Kaydet (Commit) 0d122ff1 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

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

üst b1153956
......@@ -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 );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment