ui: Added setting for graph zoom on mouse wheel by default to preferences
On popular demand. bug id = 237
This commit is contained in:
@@ -40,9 +40,10 @@ private:
|
||||
QComboBox* m_colorSchemes;
|
||||
std::vector<FilePath> m_colorSchemePaths;
|
||||
int m_oldColorSchemeIndex;
|
||||
QCheckBox* m_loggingEnabled;
|
||||
|
||||
QLineEdit* m_scrollSpeed;
|
||||
QCheckBox* m_loggingEnabled;
|
||||
QCheckBox* m_graphZooming;
|
||||
|
||||
QLineEdit* m_coatiPort;
|
||||
QLineEdit* m_pluginPort;
|
||||
|
||||
Reference in New Issue
Block a user