diff --git a/resources/ui/carla_host.ui b/resources/ui/carla_host.ui index ae7ee7fb5..4fbb053a6 100644 --- a/resources/ui/carla_host.ui +++ b/resources/ui/carla_host.ui @@ -136,6 +136,11 @@ + + + Plugins + + @@ -175,7 +180,7 @@ 0 0 688 - 19 + 17 diff --git a/source/modules/theme/CarlaStylePrivate.hpp b/source/modules/theme/CarlaStylePrivate.hpp index e1217e693..50c8956b8 100644 --- a/source/modules/theme/CarlaStylePrivate.hpp +++ b/source/modules/theme/CarlaStylePrivate.hpp @@ -150,7 +150,7 @@ private: private slots: void _removeAnimation() { - if (QObject* animation = fStyle->sender()) + if (QObject* const animation = fStyle->sender()) fAnimations.remove(animation->parent()); } };