Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Layer SDL Animation base class editor #79

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 2, 2024

  1. Fix base class link type in QLayerSDLAnimation

    The base class of plLayerSDLAnimation is actually plLayerAnimationBase
    and not plLayerAnimation. This was declared inconsistently in
    libHSPlasma (see H-uru/libhsplasma#281).
    dgelessus committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0a7aeb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Split QLayerAnimationBase editor out of QLayerAnimation

    Fixes the "Layer Animation Properties" link in QLayerSDLAnimation now
    opening a PRC editor after the previous commit.
    dgelessus committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fe42638 View commit details
    Browse the repository at this point in the history