13
0

fix missing content of theme manager

This commit is contained in:
Paul Davis 2013-05-05 15:13:03 -04:00
parent 074ef3c859
commit ad4412ee7f

View File

@ -95,6 +95,9 @@ ThemeManager::ThemeManager()
vbox->pack_start (flat_buttons, PACK_SHRINK);
vbox->pack_start (gradient_waveforms, PACK_SHRINK);
vbox->pack_start (scroller);
vbox->show_all ();
add (*vbox);
color_display.signal_button_press_event().connect (sigc::mem_fun (*this, &ThemeManager::button_press_event), false);