mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-30 04:40:47 -07:00
Remove unnecessary requires_extra_frame call
This commit is contained in:
parent
fcdd3d3b2a
commit
7de779a0e0
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue