Browse Source

Bug fix.

cl-refactor
Ali Mashatan 10 years ago
parent
commit
deaabe142a
  1. 2
      mix/qml/TransactionLog.qml

2
mix/qml/TransactionLog.qml

@ -61,7 +61,7 @@ Item {
target: projectModel
onProjectSaved:
{
if (projectModel.appIsClosing)
if (projectModel.appIsClosing || projectModel.projectIsClosing)
return;
if (compilationStatus.compilationComplete && codeModel.hasContract && !clientModel.running)
projectModel.stateListModel.debugDefaultState();

Loading…
Cancel
Save