Refactoring; structs for popups/multi-selects, additional popups in places
This commit is contained in:
@@ -60,10 +60,11 @@ namespace anm2ed::state
|
||||
ImGui::NewFrame();
|
||||
|
||||
taskbar.update(settings, dialog, manager, isQuit);
|
||||
documents.update(taskbar, manager, resources);
|
||||
dockspace.update(taskbar, documents, manager, settings, resources, dialog, playback);
|
||||
toasts.update();
|
||||
|
||||
documents.update(taskbar, manager, resources);
|
||||
|
||||
ImGui::GetStyle().FontScaleMain = settings.displayScale;
|
||||
SDL_GetWindowSize(window, &settings.windowSize.x, &settings.windowSize.y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user