GUI: why isn't there a SameLine here
This commit is contained in:
parent
915805862f
commit
6b1c26b6f0
|
@ -814,6 +814,7 @@ void FurnaceGUI::drawEditControls() {
|
|||
}
|
||||
popToggleColors();
|
||||
|
||||
ImGui::SameLine();
|
||||
pushToggleColors(orderLock);
|
||||
if (ImGui::Button(ICON_FA_LOCK "##OrderLock")) {
|
||||
doAction(GUI_ACTION_ORDER_LOCK);
|
||||
|
|
Loading…
Reference in a new issue