GUI: fix paste overflow not changing order
This commit is contained in:
parent
36ba721ab2
commit
ae5788a572
|
@ -676,6 +676,10 @@ void FurnaceGUI::doPasteFurnace(PasteMode mode, int arg, bool readClipboard, Str
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mode==GUI_PASTE_MODE_OVERFLOW && !e->isPlaying()) {
|
||||||
|
setOrder(curOrder);
|
||||||
|
}
|
||||||
|
|
||||||
if (readClipboard) {
|
if (readClipboard) {
|
||||||
if (settings.cursorPastePos) {
|
if (settings.cursorPastePos) {
|
||||||
makeCursorUndo();
|
makeCursorUndo();
|
||||||
|
|
Loading…
Reference in a new issue