From 3b8cbd7c8f1d8bf6ab3d1831818a21b7ab4f3aaa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 24 May 2023 00:45:16 +0200 Subject: [PATCH] Revert "Debug xwayland blank Engine dialog, allow to resize the window" This reverts commit bb474b1b8e6ca31856e2c91e4864d1c8baf84049. --- 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 74d07b5e94..45af3c5d4f 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 */