Clearing status bar message when nothing is selected

This commit is contained in:
Matthias Koefferlein 2024-11-30 21:36:43 +01:00
parent 692967921a
commit d361030048
1 changed files with 3 additions and 0 deletions

View File

@ -4079,6 +4079,9 @@ LayoutViewBase::transform (const db::DCplxTrans &tr)
void
LayoutViewBase::cancel_edits ()
{
// clear any messages
message ();
// the move service takes a special role here as it manages the
// transaction for the collective move operation.
mp_move_service->cancel ();