ui: Fixed code file title buttons might shrink to zero content when elided

This commit is contained in:
Eberhard Graether
2019-08-06 13:40:46 +02:00
parent cce41dd964
commit bda7375e63
2 changed files with 16 additions and 7 deletions
@@ -40,7 +40,9 @@ private:
const std::string m_buttonKey;
bool m_autoElide = false;
QTimer m_timer;
bool m_blockUpdate = false;
QTimer m_updateTimer;
QTimer m_blockTimer;
};
#endif // QT_SELF_REFRESH_ICON_BUTTON_H