Browse Source

- Close project properly

cl-refactor
yann300 10 years ago
parent
commit
9543f81e5f
  1. 6
      mix/qml/TransactionLog.qml

6
mix/qml/TransactionLog.qml

@ -38,6 +38,12 @@ Item {
if (codeModel.hasContract && !clientModel.running)
projectModel.stateListModel.debugDefaultState();
}
onProjectClosed:
{
fullModel.clear();
transactionModel.clear();
callModel.clear();
}
}
ComboBox {

Loading…
Cancel
Save