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 target: projectModel
onProjectSaved: onProjectSaved:
{ {
if (projectModel.appIsClosing) if (projectModel.appIsClosing || projectModel.projectIsClosing)
return; return;
if (compilationStatus.compilationComplete && codeModel.hasContract && !clientModel.running) if (compilationStatus.compilationComplete && codeModel.hasContract && !clientModel.running)
projectModel.stateListModel.debugDefaultState(); projectModel.stateListModel.debugDefaultState();

Loading…
Cancel
Save