mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-05 17:05:48 +02:00
Fixed a warning about open transaction on snap/swap points in ruler properties - undo text is somewhat weak now :(
This commit is contained in:
@@ -265,7 +265,7 @@ PropertiesDialog::apply ()
|
||||
{
|
||||
BEGIN_PROTECTED
|
||||
|
||||
db::Transaction t (mp_manager, tl::to_string (QObject::tr ("Auto-apply changes")), m_transaction_id);
|
||||
db::Transaction t (mp_manager, tl::to_string (QObject::tr ("Apply changes")), m_transaction_id);
|
||||
|
||||
try {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user