fix: Avoid duplicate scale in settings dialog (#5069)
This commit is contained in:
@@ -77,6 +77,7 @@ private:
|
||||
std::vector<SettingsDialogTab *> tabs_;
|
||||
SettingsDialogTab *selectedTab_{};
|
||||
SettingsDialogTab *lastSelectedByUser_{};
|
||||
float dpi_ = 1.0F;
|
||||
|
||||
friend class SettingsDialogTab;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user