summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-11 13:59:56 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-11 13:59:56 +0000
commit9aa35c9c0a5220af1bdc7493d4caf418664d8af7 (patch)
treea3e68f4cc6b5e354f120a979a1a98e7fb8f00b62 /src/gui
parentba6dd3be462fac8b944ecf436be4f70ce33e5cb8 (diff)
downloadfpGUI-9aa35c9c0a5220af1bdc7493d4caf418664d8af7.tar.xz
Applied mousevents patch from Vladimir.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui_splitter.pas3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/gui_splitter.pas b/src/gui/gui_splitter.pas
index 949262b8..ed0b6039 100644
--- a/src/gui/gui_splitter.pas
+++ b/src/gui/gui_splitter.pas
@@ -257,9 +257,6 @@ begin
if Assigned(FControl) then
begin
ReleaseMouse;
- // vvzh: Maybe the following check should be done by ReleaseMouse?
- if not PtInRect(GetClientBounds, Point(x, y)) then
- HandleMouseExit;
// if ResizeStyle in [rsLine, rsPattern] then DrawLine;
UpdateControlSize;
{writeln('LT: ', FControl.Left, ':', FControl.Width, ' ', Self.Left, ':', Self.Width);