mirror of https://github.com/KLayout/klayout.git
Clearing status bar message when nothing is selected
This commit is contained in:
parent
692967921a
commit
d361030048
|
|
@ -4079,6 +4079,9 @@ LayoutViewBase::transform (const db::DCplxTrans &tr)
|
||||||
void
|
void
|
||||||
LayoutViewBase::cancel_edits ()
|
LayoutViewBase::cancel_edits ()
|
||||||
{
|
{
|
||||||
|
// clear any messages
|
||||||
|
message ();
|
||||||
|
|
||||||
// the move service takes a special role here as it manages the
|
// the move service takes a special role here as it manages the
|
||||||
// transaction for the collective move operation.
|
// transaction for the collective move operation.
|
||||||
mp_move_service->cancel ();
|
mp_move_service->cancel ();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue