fixed overworld editor sizing issue with flags
This commit is contained in:
@@ -44,7 +44,7 @@ void OverworldEditor::Update() {
|
|||||||
DrawToolset();
|
DrawToolset();
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
if (ImGui::BeginTable("#owEditTable", 2, ow_edit_flags, ImVec2(0, 0))) {
|
if (ImGui::BeginTable("#owEditTable", 2, ow_edit_flags, ImVec2(0, 0))) {
|
||||||
ImGui::TableSetupColumn("#overworldCanvas");
|
ImGui::TableSetupColumn("#overworldCanvas", ImGuiTableColumnFlags_WidthStretch, ImGui::GetContentRegionAvail().x);
|
||||||
ImGui::TableSetupColumn("#tileSelector");
|
ImGui::TableSetupColumn("#tileSelector");
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
DrawOverworldCanvas();
|
DrawOverworldCanvas();
|
||||||
|
|||||||
Reference in New Issue
Block a user