fix zoom detection issue in old OSX versions
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user