Fixed a warning about open transaction on snap/swap points in ruler properties - undo text is somewhat weak now :(

This commit is contained in:
Matthias Koefferlein
2021-04-07 23:15:23 +02:00
parent 217f957d60
commit 90b131a691
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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 {