mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
No updates when UI component is invisible or unchanged HTML code
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4a0ddfb5d1
commit
6a63bcf666
@@ -42,7 +42,8 @@ namespace BlackGui
|
||||
QTimer m_timerCallsignUpdate { this };
|
||||
QTimer m_timerUpdateHistory { this };
|
||||
QTextDocument m_text { this };
|
||||
bool isBeingModified = false;
|
||||
uint m_htmlHash = 0;
|
||||
bool m_isBeingModified = false;
|
||||
|
||||
//! Init
|
||||
void initGui();
|
||||
|
||||
Reference in New Issue
Block a user