fix zoom detection issue in old OSX versions

This commit is contained in:
2019-08-15 22:52:14 +02:00
parent 56f4bc467d
commit bb7d681dc3
4 changed files with 12 additions and 2 deletions

View File

@@ -1248,7 +1248,7 @@ void App::initLayout()
};
layout.on_loaded = [&] (bool reloaded) {
LOG("initializing layout updating after load");
LOG("initializing layout updating after load %d x %d zoom %f", (int)width, (int)height, zoom);
layout[main_id]->update(width, height, zoom);
LOG("initializing layout components");