Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
dd0c18b80c
2 changed files with 7 additions and 2 deletions
  1. +6
    -1
      resources/ui/carla_host.ui
  2. +1
    -1
      source/modules/theme/CarlaStylePrivate.hpp

+ 6
- 1
resources/ui/carla_host.ui View File

@@ -136,6 +136,11 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="plugins">
<attribute name="title">
<string>Plugins</string>
</attribute>
</widget>
</widget> </widget>
</item> </item>
<item> <item>
@@ -175,7 +180,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>688</width> <width>688</width>
<height>19</height>
<height>17</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menu_File"> <widget class="QMenu" name="menu_File">


+ 1
- 1
source/modules/theme/CarlaStylePrivate.hpp View File

@@ -150,7 +150,7 @@ private:
private slots: private slots:
void _removeAnimation() void _removeAnimation()
{ {
if (QObject* animation = fStyle->sender())
if (QObject* const animation = fStyle->sender())
fAnimations.remove(animation->parent()); fAnimations.remove(animation->parent());
} }
}; };


Loading…
Cancel
Save