This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Misc
tags/1.9.4
falkTX
11 years ago
parent
b0f6a1998a
commit
dd0c18b80c
2 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
resources/ui/carla_host.ui
+1
-1
source/modules/theme/CarlaStylePrivate.hpp
+ 6
- 1
resources/ui/carla_host.ui
View File
@@ -136,6 +136,11 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="plugins">
<attribute name="title">
<string>Plugins</string>
</attribute>
</widget>
</widget>
</item>
<item>
@@ -175,7 +180,7 @@
<x>0</x>
<y>0</y>
<width>688</width>
<height>1
9
</height>
<height>1
7
</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
+ 1
- 1
source/modules/theme/CarlaStylePrivate.hpp
View File
@@ -150,7 +150,7 @@ private:
private slots:
void _removeAnimation()
{
if (QObject* animation = fStyle->sender())
if (QObject*
const
animation = fStyle->sender())
fAnimations.remove(animation->parent());
}
};
Write
Preview
Loading…
Cancel
Save