mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Report Boxy and Flat button styles to LV2 plugins (extends 1ecaff)
This commit is contained in:
parent
b09d17ebc8
commit
6af2f4e127
1 changed files with 2 additions and 0 deletions
|
|
@ -952,6 +952,8 @@ ARDOUR_UI::on_theme_changed ()
|
|||
LV2Plugin::set_global_ui_foreground_color (UIConfiguration::instance().color ("gtk_foreground"));
|
||||
LV2Plugin::set_global_ui_contrasting_color (UIConfiguration::instance().color ("theme:contrasting clock")); // more contrast that "theme:contrasting"
|
||||
LV2Plugin::set_global_ui_scale_factor (UIConfiguration::instance().get_ui_scale());
|
||||
LV2Plugin::set_global_ui_style_boxy (UIConfiguration::instance().get_boxy_buttons());
|
||||
LV2Plugin::set_global_ui_style_flat (UIConfiguration::instance().get_flat_buttons());
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue