- Fixed mouse-up handling when no SelectedTile is given
This commit is contained in:
parent
b6dfd64d41
commit
082770f183
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue