Refresh delete immediately; don't wait for next mouse motion.

This commit is contained in:
Jeff Young 2023-06-10 21:11:05 +01:00
parent 180c820678
commit 96a221ceba
1 changed files with 1 additions and 0 deletions

View File

@ -2028,6 +2028,7 @@ int EDIT_TOOL::Remove( const TOOL_EVENT& aEvent )
}
DeleteItems( selectionCopy, isCut );
canvas()->Refresh();
editFrame->PopTool( aEvent );
return 0;