mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
add make sure disabled flag gets popped (#3532)
Co-authored-by: jordanpg <jordanpg@users.noreply.github.com>
This commit is contained in:
parent
9740ccc59b
commit
d99cd52eea
1 changed files with 1 additions and 0 deletions
|
@ -1794,6 +1794,7 @@ void RandomizerSettingsWindow::DrawElement() {
|
||||||
mNeedsUpdate = true;
|
mNeedsUpdate = true;
|
||||||
}
|
}
|
||||||
ImGui::PopStyleVar(1);
|
ImGui::PopStyleVar(1);
|
||||||
|
ImGui::EndDisabled();
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
ImGui::EndDisabled();
|
ImGui::EndDisabled();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue