Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Nov 28, 2023
1 parent 7e550b2 commit e286b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/setups/editor/gui/editor_inspector_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,7 @@ void editor_inspector_gui::perform(const editor_inspector_input in) {
text_disabled("Generate a small 400x400 miniature.\nFor previewing arena in catalogues.");

{
auto scope = maybe_disabled_cols({}, in.setup.is_generating_miniature());
auto scope = maybe_disabled_cols(in.setup.is_generating_miniature());

if (ImGui::Button("Generate miniature")) {
if (!in.setup.is_generating_miniature()) {
Expand Down

0 comments on commit e286b3d

Please sign in to comment.