ui: Added delay when changing fontsize via mouse wheel
bug id = 44
This commit is contained in:
@@ -61,6 +61,12 @@ public:
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* obj, QEvent* event);
|
||||
|
||||
private slots:
|
||||
void stopWaiting();
|
||||
|
||||
private:
|
||||
bool m_isWaiting;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user