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
Fix previous commit
tags/1.9.4
falkTX
11 years ago
parent
834fe6918e
commit
4ba8d1faa9
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/modules/distrho/dgl/CairoWidget.hpp
+0
-1
source/modules/distrho/dgl/src/Window.cpp
+ 1
- 0
source/modules/distrho/dgl/CairoWidget.hpp
View File
@@ -43,6 +43,7 @@ private:
void onReshape(int width, int height) override
{
// handle resize
setSize(width, height);
Widget::onReshape(width, height);
// free previous if needed
+ 0
- 1
source/modules/distrho/dgl/src/Window.cpp
View File
@@ -554,7 +554,6 @@ protected:
FOR_EACH_WIDGET(it)
{
Widget* const widget(*it);
widget->fArea.setSize(width, height);
widget->onReshape(width, height);
}
}
Write
Preview
Loading…
Cancel
Save