mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-23 01:42:19 -05:00
* add make sure disabled flag gets popped * reordering : ] * what? --------- Co-authored-by: jordanpg <jordanpg@users.noreply.github.com>
This commit is contained in:
parent
d99cd52eea
commit
36e030e339
@ -1793,8 +1793,8 @@ void RandomizerSettingsWindow::DrawElement() {
|
|||||||
if (mSettings->GetOptionGroup(RSG_ITEMS_IMGUI_TABLE).RenderImGui()) {
|
if (mSettings->GetOptionGroup(RSG_ITEMS_IMGUI_TABLE).RenderImGui()) {
|
||||||
mNeedsUpdate = true;
|
mNeedsUpdate = true;
|
||||||
}
|
}
|
||||||
ImGui::PopStyleVar(1);
|
|
||||||
ImGui::EndDisabled();
|
ImGui::EndDisabled();
|
||||||
|
ImGui::PopStyleVar(1);
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
ImGui::EndDisabled();
|
ImGui::EndDisabled();
|
||||||
|
Loading…
Reference in New Issue
Block a user