GUI: why isn't there a SameLine here

This commit is contained in:
tildearrow 2025-08-05 20:25:45 -05:00
parent 915805862f
commit 6b1c26b6f0

View file

@ -814,6 +814,7 @@ void FurnaceGUI::drawEditControls() {
} }
popToggleColors(); popToggleColors();
ImGui::SameLine();
pushToggleColors(orderLock); pushToggleColors(orderLock);
if (ImGui::Button(ICON_FA_LOCK "##OrderLock")) { if (ImGui::Button(ICON_FA_LOCK "##OrderLock")) {
doAction(GUI_ACTION_ORDER_LOCK); doAction(GUI_ACTION_ORDER_LOCK);