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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user