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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user