Fix TextFloat flickering (#7942)

Fixes TextFloat flickering which occurs when scrolling on knobs, faders, and note volume in the piano roll.

---------

Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
This commit is contained in:
Alex
2025-06-11 01:04:45 +02:00
committed by GitHub
parent 53d30d8b91
commit a505f570e9
5 changed files with 9 additions and 19 deletions

View File

@@ -47,7 +47,10 @@ public:
void showWithDelay(int msecBeforeDisplay, int msecDisplayTime);
void setVisibilityTimeOut(int msecs);
void showWithTimeout(int msec)
{
showWithDelay(0, msec);
}
void moveGlobal(QWidget * w, const QPoint & offset)
{