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 typo
gh-pages
falkTX
10 years ago
parent
422ca5346c
commit
0f0bacab5d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoUI.cpp
+ 1
- 1
distrho/src/DistrhoUI.cpp
View File
@@ -110,7 +110,7 @@ void UI::d_uiReshape(uint width, uint height)
#if DISTRHO_UI_USE_NTK
void UI::resize(int x, int y, int w, int h)
{
UIWidget::resize(x, y w, h);
UIWidget::resize(x, y
,
w, h);
pData->setSizeCallback(w, h);
}
#else
Write
Preview
Loading…
Cancel
Save