Q U I C K F I X

This commit is contained in:
2025-11-14 01:28:26 -05:00
parent c6b6b1e682
commit 82d856fd94
2 changed files with 7 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ namespace anm2ed::imgui
if (ImGui::Begin("Spritesheet Editor", &settings.windowIsSpritesheetEditor))
{
auto childSize = ImVec2(imgui::row_widget_width_get(3),
(ImGui::GetTextLineHeightWithSpacing() * 4) + (ImGui::GetStyle().WindowPadding.y * 2));
@@ -385,6 +386,7 @@ namespace anm2ed::imgui
{
size = settings.editorSize;
zoom = settings.editorStartZoom;
set();
center_view();
document.isSpritesheetEditorSet = true;
}