set Theme buttons on state reset

cleaner version of last commit, set GUI elements
on state-reset.
This commit is contained in:
Robin Gareus 2015-01-21 20:24:39 +01:00
parent 0c8947491a
commit c7c8cc7dc7
2 changed files with 28 additions and 6 deletions

View file

@ -168,6 +168,7 @@ class ThemeManager : public Gtk::VBox
void modifier_edited (Gtk::Range*, std::string);
void colors_changed ();
void set_ui_to_state ();
};
#endif /* __ardour_gtk_color_manager_h__ */