mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-26 17:59:08 +03:00
Translations has been fixed
This commit is contained in:
@@ -816,6 +816,7 @@ void PageDesignIntf::slotItemPropertyObjectNameChanged(const QString &oldName, c
|
||||
if (oldName.compare(newName)!=0 && !m_executingCommand){
|
||||
CommandIf::Ptr command = PropertyObjectNameChangedCommand::create(this, oldName, newName);
|
||||
saveCommand(command, false);
|
||||
emit itemPropertyObjectNameChanged(oldName, newName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user