Skip to content

Commit ae24391

Browse files
committed
No dynamic setResizable() for now
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 2465d3c commit ae24391

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dpf

plugins/Common/IldaeilUI.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ class IldaeilUI : public UI,
394394
fShowingHostWindow = true;
395395

396396
#if DISTRHO_UI_USER_RESIZABLE
397-
getWindow().setResizable(fPluginHasResizableUI);
397+
// getWindow().setResizable(fPluginHasResizableUI);
398398
#endif
399399

400400
fPluginHostWindow.restart();
@@ -405,7 +405,7 @@ class IldaeilUI : public UI,
405405
#endif
406406
{
407407
#if DISTRHO_UI_USER_RESIZABLE
408-
getWindow().setResizable(true);
408+
// getWindow().setResizable(true);
409409
#endif
410410

411411
// fPluginHas* flags are updated in the next function
@@ -429,7 +429,7 @@ class IldaeilUI : public UI,
429429
carla_show_custom_ui(handle, fPluginId, false);
430430

431431
#if DISTRHO_UI_USER_RESIZABLE
432-
getWindow().setResizable(true);
432+
// getWindow().setResizable(true);
433433
#endif
434434
}
435435

0 commit comments

Comments
 (0)