diff options
Diffstat (limited to 'src/gui/PatchWindow.cpp')
-rw-r--r-- | src/gui/PatchWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp index f555ff37..6d29d532 100644 --- a/src/gui/PatchWindow.cpp +++ b/src/gui/PatchWindow.cpp @@ -53,6 +53,7 @@ PatchWindow::init_window(App& app) { Window::init_window(app); _box->init_box(app); + _box->set_window(this); } void |