Remove option "Display volume as dBFS"
Remove the option "Display volume as dBFS" from the settings dialog and the check box option "Volume as dBFS" from the "View" menu. Volumes are now always treated as dB, i.e. all evaluations of the property "displaydbfs" have been removed which results in assuming that this option is always true. The upgrade code in `ConfigManager::upgrade_1_1_91` was left as is. However, a note was added which informs the reader that the value of "displaydbfs" is not evaluated anymore.
This commit is contained in:
@@ -72,7 +72,6 @@ protected slots:
|
||||
|
||||
private slots:
|
||||
// General settings widget.
|
||||
void toggleDisplaydBFS(bool enabled);
|
||||
void toggleTooltips(bool enabled);
|
||||
void toggleDisplayWaveform(bool enabled);
|
||||
void toggleNoteLabels(bool enabled);
|
||||
@@ -134,7 +133,6 @@ private:
|
||||
TabBar * m_tabBar;
|
||||
|
||||
// General settings widgets.
|
||||
bool m_displaydBFS;
|
||||
bool m_tooltips;
|
||||
bool m_displayWaveform;
|
||||
bool m_printNoteLabels;
|
||||
|
||||
Reference in New Issue
Block a user