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();
|
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);
|
||||||
|
|
Loading…
Reference in a new issue