vcl/source/edit/vclmedit.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1fab56683a9e98d9252e5680d1eb509942b2dd95
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Dec 22 13:56:26 2014 +0000

    Resolves: fdo#85875 MultiLineEdit like Edit should not forward 
mouse-[down|up]
    
    Change-Id: Ia2aa69461effe0099ca9208eb0eb8aec9548de08

diff --git a/vcl/source/edit/vclmedit.cxx b/vcl/source/edit/vclmedit.cxx
index 0ec3741..c160340 100644
--- a/vcl/source/edit/vclmedit.cxx
+++ b/vcl/source/edit/vclmedit.cxx
@@ -748,7 +748,6 @@ void TextWindow::MouseButtonDown( const MouseEvent& rMEvt )
 
     mbInMBDown = true;  // so that GetFocus does not select everything
     mpExtTextView->MouseButtonDown( rMEvt );
-    Window::MouseButtonDown( rMEvt );
     GrabFocus();
     mbInMBDown = false;
 }
@@ -756,7 +755,6 @@ void TextWindow::MouseButtonDown( const MouseEvent& rMEvt )
 void TextWindow::MouseButtonUp( const MouseEvent& rMEvt )
 {
     mpExtTextView->MouseButtonUp( rMEvt );
-    Window::MouseButtonUp( rMEvt );
 }
 
 void TextWindow::KeyInput( const KeyEvent& rKEvent )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to