Refresh delete immediately; don't wait for next mouse motion.
This commit is contained in:
parent
180c820678
commit
96a221ceba
|
@ -2028,6 +2028,7 @@ int EDIT_TOOL::Remove( const TOOL_EVENT& aEvent )
|
|||
}
|
||||
|
||||
DeleteItems( selectionCopy, isCut );
|
||||
canvas()->Refresh();
|
||||
|
||||
editFrame->PopTool( aEvent );
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue