Remove unnecessary requires_extra_frame call

This commit is contained in:
Andrew Sun 2025-11-15 12:00:24 -05:00
parent fcdd3d3b2a
commit 7de779a0e0

View file

@ -323,7 +323,6 @@ void GCodeViewer::SequentialView::Marker::render_position_window(const libvgcode
ImGui::SameLine();
if (imgui.image_button(properties_shown ? ImGui::HorizontalHide : ImGui::HorizontalShow, properties_shown ? _u8L("Hide properties") : _u8L("Show properties"))) {
properties_shown = !properties_shown;
imgui.requires_extra_frame();
}
if (properties_shown) {