refactor: Remove most raw accesses into Application (#5104)
This commit is contained in:
@@ -52,7 +52,7 @@ TooltipWidget::TooltipWidget(BaseWidget *parent)
|
||||
});
|
||||
this->updateFont();
|
||||
|
||||
auto *windows = getApp()->windows;
|
||||
auto *windows = getIApp()->getWindows();
|
||||
this->connections_.managedConnect(windows->gifRepaintRequested, [this] {
|
||||
if (!this->isVisible())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user