From 595959abf7256655a25e30b8b03474df05a3493f Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 30 Jul 2019 13:14:06 -0500 Subject: [PATCH] (Source List) Replace missing initializer; fixes a bug where Sources did not appear on startup. --- gtk2_ardour/editor_sources.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_sources.cc b/gtk2_ardour/editor_sources.cc index a3f88eb362..fdd897b41c 100644 --- a/gtk2_ardour/editor_sources.cc +++ b/gtk2_ardour/editor_sources.cc @@ -81,6 +81,7 @@ EditorSources::EditorSources (Editor* e) , old_focus (0) , _menu (0) , _selection (0) + , _no_redisplay (false) { _display.set_size_request (100, -1); _display.set_rules_hint (true);