From bb474b1b8e6ca31856e2c91e4864d1c8baf84049 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 23 May 2023 03:18:50 +0200 Subject: [PATCH] Debug xwayland blank Engine dialog, allow to resize the window Revert this before release --- gtk2_ardour/engine_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc index 45af3c5d4f..74d07b5e94 100644 --- a/gtk2_ardour/engine_dialog.cc +++ b/gtk2_ardour/engine_dialog.cc @@ -133,7 +133,7 @@ EngineControl::EngineControl () AttachOptions xopt = AttachOptions (FILL | EXPAND); int row; - set_resizable (false); + //set_resizable (false); set_name (X_("AudioMIDISetup")); /* the backend combo is the one thing that is ALWAYS visible */