improve tooltips by only positioning the element once we know it's in… (#1693)

Things like tooltips now only sets its position once. The position used to be set twice and could cause some annoying flickering.
This commit is contained in:
Daniel Pasch
2020-05-24 11:51:16 +02:00
committed by GitHub
parent 56d09ac198
commit a230bc7c89
2 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ protected:
private:
void init();
void moveIntoDesktopRect(QWidget *parent);
void moveIntoDesktopRect(QWidget *parent, QPoint point);
void calcButtonsSizes();
void drawCustomWindowFrame(QPainter &painter);
void onFocusLost();