refactor: Remove most raw accesses into Application (#5104)
This commit is contained in:
@@ -111,7 +111,7 @@ void Fonts::initialize(Settings &, const Paths &)
|
||||
assertInGuiThread();
|
||||
|
||||
// REMOVED
|
||||
getApp()->windows->incGeneration();
|
||||
getIApp()->getWindows()->incGeneration();
|
||||
|
||||
for (auto &map : this->fontsByType_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user