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
Fix StandaloneWindow override
gh-pages
falkTX
10 years ago
parent
4fb91f3205
commit
03ddba518e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/StandaloneWindow.hpp
+ 1
- 1
dgl/StandaloneWindow.hpp
View File
@@ -41,7 +41,7 @@ public:
}
protected:
void onReshape(int width, int height) override
void onReshape(
u
int width,
u
int height) override
{
if (fWidget != nullptr)
fWidget->setSize(width, height);
Write
Preview
Loading…
Cancel
Save