Fix tooltips appearing too large and/or away from the cursor (#4920)

This commit is contained in:
nerix
2023-11-04 19:13:34 +01:00
committed by GitHub
parent 879a63e6f3
commit 5325c7b826
5 changed files with 34 additions and 27 deletions
-6
View File
@@ -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;