- Fixed mouse-up handling when no SelectedTile is given
This commit is contained in:
@@ -566,7 +566,7 @@ begin
|
||||
mnuGrabTileIDClick(nil);
|
||||
end;
|
||||
|
||||
if (not acSelect.Checked) and (targetTile <> nil) then
|
||||
if (not acSelect.Checked) and (targetTile <> nil) and (SelectedTile <> nil) then
|
||||
begin
|
||||
targetRect := GetSelectedRect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user