mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
move all (G)UI related configuration parameters into UIConfiguration, not RCConfiguration
This commit is contained in:
parent
795c5c16f1
commit
64fa63212f
52 changed files with 317 additions and 270 deletions
|
|
@ -407,7 +407,7 @@ MeterStrip::fast_update ()
|
|||
float mpeak = level_meter->update_meters();
|
||||
if (mpeak > max_peak) {
|
||||
max_peak = mpeak;
|
||||
if (mpeak >= Config->get_meter_peak()) {
|
||||
if (mpeak >= ARDOUR_UI::config()->get_meter_peak()) {
|
||||
peak_display.set_active_state ( Gtkmm2ext::ExplicitActive );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue