forked from qt-creator/qt-creator
Debugger: Tooltip timing workarounds.
There's some bad interaction between the delayed hide, the deleteLater() from CloseOnDelete, and the async evaluation. Work around by start from scratch for each tooltip. On the downside we have more flicker. Change-Id: I4801368c07895b652e10fe1d173b21cef7869ed0 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -73,6 +73,7 @@ public:
|
||||
|
||||
static void show(const QPoint &pos, const TipContent &content, QWidget *w = 0);
|
||||
static void show(const QPoint &pos, const TipContent &content, QWidget *w, const QRect &rect);
|
||||
static void move(const QPoint &pos, QWidget *w);
|
||||
static void hide();
|
||||
static bool isVisible();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user