diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui_splitter.pas | 3 |
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); |