Ignore scrolling for connection map combo boxes

This commit is contained in:
GriffinR
2024-08-13 21:43:23 -04:00
parent 7c73161ad0
commit 63b77a1fdc
4 changed files with 14 additions and 2 deletions

View File

@@ -16,9 +16,12 @@ public:
void setClearButtonEnabled(bool enabled);
void setEditable(bool editable);
void setLineEdit(QLineEdit *edit);
void setFocusedScrollingEnabled(bool enabled);
private:
void setItem(int index, const QString &text);
bool focusedScrollingEnabled = true;
};
#endif // NOSCROLLCOMBOBOX_H