diff options
Diffstat (limited to 'src/corelib/gfx_widget.pas')
-rw-r--r-- | src/corelib/gfx_widget.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/gfx_widget.pas b/src/corelib/gfx_widget.pas index 7637deb7..15715769 100644 --- a/src/corelib/gfx_widget.pas +++ b/src/corelib/gfx_widget.pas @@ -315,6 +315,7 @@ var begin if FFormDesigner <> nil then begin +// writeln('dispatching message to designer...'); FFormDesigner.Dispatch(msg); Exit; end; |