Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
foerg committed Dec 5, 2023
1 parent a7c9e8c commit c42da27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbsimgui/mbsimgui/project.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ namespace MBSimGUI {
parent->insertBefore(element, nullptr);
QSettings settings;
if(settings.value("mainwindow/options/defaultevaluator", 0).toInt()==1) {
evaluator = "python";
DOMElement *ele = D(doc)->createElement(PV%"evaluator");
DOMText *text = doc->createTextNode(X()%"python");
ele->insertBefore(text, nullptr);
Expand Down

0 comments on commit c42da27

Please sign in to comment.