summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-02 09:42:11 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-02 09:42:11 +0000
commit6f1a5f9cdae2b878d73f5b4de44466f0402909e8 (patch)
treed57e246700710c33da2b044a70d1d399eb45854c
parent4b60f4597bd1631ec4b4a8c12e04d9d667efd156 (diff)
downloadfpGUI-6f1a5f9cdae2b878d73f5b4de44466f0402909e8.tar.xz
* Removed debug writeln
-rw-r--r--src/corelib/gfx_widget.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/gfx_widget.pas b/src/corelib/gfx_widget.pas
index 898d171c..76ee98a1 100644
--- a/src/corelib/gfx_widget.pas
+++ b/src/corelib/gfx_widget.pas
@@ -885,7 +885,6 @@ begin
FHintTimer.Enabled := Enabled and fpgApplication.ShowHint and (FShowHint or (FParentShowHint and Parent.ShowHint)) and (FHint <> '')
else
FHintTimer.Enabled := Enabled and fpgApplication.ShowHint and FShowHint and (FHint <> '');
-writeln('TfpgWidget.HandleMouseEnter: HintTimer.Enabled=', FHintTimer.Enabled);
end;
procedure TfpgWidget.HandleMouseExit;