[Libreoffice-commits] .: svx/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Thu Jul 7 05:23:08 PDT 2011


 svx/source/dialog/frmsel.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4f9ba9186a0a6fe90e5f3adde874ce34638c9536
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Thu Jul 7 14:22:29 2011 +0200

    fdo#32257: call the handler once all changes are done on FrameSelector

diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx
index 14d2cce..9dfefa3 100644
--- a/svx/source/dialog/frmsel.cxx
+++ b/svx/source/dialog/frmsel.cxx
@@ -767,7 +767,6 @@ void FrameSelectorImpl::SelectBorder( FrameBorder& rBorder, bool bSelect )
     rBorder.Select( bSelect );
     DrawArrows( rBorder );
     DoInvalidate( false );
-    maSelectHdl.Call( this );
 }
 
 void FrameSelectorImpl::SilentGrabFocus()
@@ -1125,6 +1124,8 @@ void FrameSelector::MouseButtonDown( const MouseEvent& rMEvt )
                 for( SelFrameBorderIter aIt( mxImpl->maEnabBorders ); aIt.Is(); ++aIt )
                     mxImpl->ToggleBorderState( **aIt );
             }
+
+            GetSelectHdl().Call( this );
         }
     }
 }


More information about the Libreoffice-commits mailing list