This commit is contained in:
tildearrow 2022-02-02 03:23:33 -05:00
parent 545f3ffdf4
commit dc16d52a7c
1 changed files with 3 additions and 0 deletions

View File

@ -3788,6 +3788,9 @@ void FurnaceGUI::doCopy(bool cut) {
for (int j=selStart.y; j<=selEnd.y; j++) {
int iCoarse=selStart.xCoarse;
int iFine=selStart.xFine;
if (iFine>3 && !(iFine&1)) {
iFine--;
}
int ord=e->getOrder();
clipboard+='\n';
for (; iCoarse<=selEnd.xCoarse; iCoarse++) {