Kaydet (Commit) 2ab818f8 authored tarafından Ivan Timofeev's avatar Ivan Timofeev Kaydeden (comit) Jan Holesovsky

Fix i#89051: Move the point you've just inserted, not the previous one.

üst 555c89db
......@@ -802,12 +802,12 @@ void SdrMarkView::SetMarkHandles()
// Drehpunkt/Spiegelachse
AddDragModeHdl(eDragMode);
// add custom handles (used by other apps, e.g. AnchorPos)
AddCustomHdl();
// sort handles
aHdl.Sort();
// add custom handles (used by other apps, e.g. AnchorPos)
AddCustomHdl();
// #105722# try to restore focus handle index from remembered values
if(bSaveOldFocus)
{
......
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