Browse Source

Try to fix a zyn UI issue

tags/1.9.4
falkTX 11 years ago
parent
commit
d6825d86c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/native/zynaddsubfx/UI/NioUI.cpp

+ 1
- 1
source/backend/native/zynaddsubfx/UI/NioUI.cpp View File

@@ -14,7 +14,7 @@
using namespace std;

NioUI::NioUI()
:Fl_Window(200, 100, 400, 400, "New IO Controls")
:Fl_Window(400, 400, "New IO Controls")
{
//hm, I appear to be leaking memory
Fl_Group *settings = new Fl_Group(0, 20, 400, 400 - 35, "Settings");


Loading…
Cancel
Save