13
0

(Source List) Replace missing initializer; fixes a bug where Sources did not appear on startup.

This commit is contained in:
Ben Loftis 2019-07-30 13:14:06 -05:00
parent da3d8e5418
commit 595959abf7

View File

@ -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);