fixed tooltips not showing over topmost windows on windows
This commit is contained in:
@@ -28,6 +28,10 @@ public:
|
||||
return tooltipWidget;
|
||||
}
|
||||
|
||||
#ifdef USEWINSDK
|
||||
void raise();
|
||||
#endif
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent *) override;
|
||||
void leaveEvent(QEvent *) override;
|
||||
|
||||
Reference in New Issue
Block a user