This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Remove unneeded call
gh-pages
falkTX
11 years ago
parent
3562ad248c
commit
800eecbd5a
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
dgl/StandaloneWindow.hpp
+ 0
- 3
dgl/StandaloneWindow.hpp
View File
@@ -44,10 +44,7 @@ protected:
void onReshape(int width, int height) override
{
if (fWidget != nullptr)
{
fWidget->setSize(width, height);
fWidget->onReshape(width, height);
}
Window::onReshape(width, height);
}
Write
Preview
Loading…
Cancel
Save