summaryrefslogtreecommitdiff
path: root/src/gui/gui_tab.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-26 16:52:50 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-26 16:52:50 +0000
commit8e4a9e6d1e76fe16e965a04a377aff65e82362d0 (patch)
tree5ce74223526afb8ac9139ef1672bbba5e8318e15 /src/gui/gui_tab.pas
parent717a16c011a74628c448e309eab550f66599717e (diff)
downloadfpGUI-8e4a9e6d1e76fe16e965a04a377aff65e82362d0.tar.xz
* Removed some compiler warnings.
* Added some basic scripts and instructions on how to compile fpGUI from the Command Line and Lazarus IDE.
Diffstat (limited to 'src/gui/gui_tab.pas')
-rw-r--r--src/gui/gui_tab.pas5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/gui_tab.pas b/src/gui/gui_tab.pas
index 3e7bb85b..5ed0cabb 100644
--- a/src/gui/gui_tab.pas
+++ b/src/gui/gui_tab.pas
@@ -570,7 +570,8 @@ begin
tpBottom:
begin
-{ if (y > Height - FMargin - buttonheight) and (y < height - FMargin) then
+(*
+ if (y > Height - FMargin - buttonheight) and (y < height - FMargin) then
begin
while h <> nil do
begin
@@ -588,7 +589,7 @@ begin
h := h^.next;
end; { while }
end; { if }
-}
+*)
end;
end; { case }
inherited HandleLMouseUp(x, y, shiftstate);