diff --git a/VERSION b/VERSION index 5c0b29af..2e5d8678 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.544 +8.3.545 diff --git a/commands/CmdCD.c b/commands/CmdCD.c index 6419ca87..b59d4280 100644 --- a/commands/CmdCD.c +++ b/commands/CmdCD.c @@ -5239,11 +5239,12 @@ default_action: } av += 2; ac -= 2; - } - GeoTransPoint(tx_cell, &editPoint, &locp); - GeoTranslateTrans(tx_cell, editPoint.p_x - locp.p_x, + + GeoTransPoint(tx_cell, &editPoint, &locp); + GeoTranslateTrans(tx_cell, editPoint.p_x - locp.p_x, editPoint.p_y - locp.p_y, &trans_cell); + } hasTrans = TRUE; break; case IDX_90: /* "90" */