mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
refs #477, load indicator appears in wrong place.
A first improvement by re-centering it when view becomes visible.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6fda875e8f
commit
42304f640b
@@ -96,6 +96,9 @@ namespace BlackGui
|
||||
//! \copydoc QWidget::paintEvent
|
||||
virtual void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
//! Is parent widget visible
|
||||
bool isParentVisible() const;
|
||||
|
||||
private:
|
||||
int m_angle = 0;
|
||||
int m_timerId = -1;
|
||||
|
||||
Reference in New Issue
Block a user