Fix tooltips appearing too large and/or away from the cursor (#4920)
This commit is contained in:
@@ -125,12 +125,6 @@ WindowManager::WindowManager()
|
||||
QObject::connect(this->saveTimer, &QTimer::timeout, [] {
|
||||
getApp()->windows->save();
|
||||
});
|
||||
|
||||
this->miscUpdateTimer_.start(100);
|
||||
|
||||
QObject::connect(&this->miscUpdateTimer_, &QTimer::timeout, [this] {
|
||||
this->miscUpdate.invoke();
|
||||
});
|
||||
}
|
||||
|
||||
WindowManager::~WindowManager() = default;
|
||||
|
||||
Reference in New Issue
Block a user