* fix moving control in design time

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2015-05-08 21:40:06 +00:00
parent a491df97d6
commit 62e4a54c9e

View File

@ -23857,7 +23857,7 @@ begin
if not Handled and Assigned(FHeader) then
Handled := FHeader.HandleMessage(Message);
if not Handled then
if not Handled or (csDesigning in ComponentState) then
inherited;
end;
end;