Keep the left hand list pane of the mixer the same size when resizing

the mixer window (thanks JohnE).
Speeds up redisplay a bit.
This commit is contained in:
nick_m
2015-03-15 03:00:06 +11:00
parent bf72a02f74
commit 80e1687482

View File

@@ -201,7 +201,7 @@ Mixer_UI::Mixer_UI ()
#else
global_hpacker.pack_start (out_packer, false, false, 12);
#endif
list_hpane.pack1(list_vpacker, true, true);
list_hpane.pack1(list_vpacker, false, false);
list_hpane.pack2(global_hpacker, true, false);
rhs_pane1.signal_size_allocate().connect (sigc::bind (sigc::mem_fun(*this, &Mixer_UI::pane_allocation_handler),