Core: Add signalAboutToOpenTransaction (#24049)
* Core: Add signalAboutToOpenTransaction * change name to squash * Update AutoTransaction.cpp * Update Application.h * reorder * Update AutoTransaction.cpp * Update Application.h
This commit is contained in:
@@ -134,6 +134,8 @@ int Application::setActiveTransaction(const char* name, bool persist)
|
||||
if (!name || !name[0]) {
|
||||
name = "Command";
|
||||
}
|
||||
|
||||
this->signalBeforeOpenTransaction(name);
|
||||
|
||||
if (_activeTransactionGuard > 0 && getActiveTransaction()) {
|
||||
if (_activeTransactionTmpName) {
|
||||
|
||||
Reference in New Issue
Block a user