EComboBox usability patch

This commit is contained in:
2023-08-30 21:13:27 +03:00
parent cf99bc1624
commit 217be1d837
2 changed files with 17 additions and 6 deletions

View File

@@ -55,6 +55,8 @@ private:
QLabel * icon;
CLineEdit * filter;
QFont nfont, ifont;
QModelIndex first_index;
int rows_visible = 0;
};
#endif // ECOMBOBOX_H