mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
add filtering to plugin selection dialog
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2190 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
aee603ea9d
commit
65d01a491b
3 changed files with 137 additions and 38 deletions
|
|
@ -128,7 +128,8 @@ UI::load_rcfile (string path, bool themechange)
|
|||
}
|
||||
|
||||
RC rc (path.c_str());
|
||||
RC::reset_styles(Gtk::Settings::get_default());
|
||||
// RC::reset_styles (Gtk::Settings::get_default());
|
||||
gtk_rc_reset_styles (gtk_settings_get_default());
|
||||
theme_changed.emit();
|
||||
|
||||
if (themechange) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue