Skip to content

Commit

Permalink
[rbrowser] Check modified widgets after macro execution
Browse files Browse the repository at this point in the history
It is most probable place where new canvases are created
or existing are modified. Therefore need to update.
  • Loading branch information
linev committed Sep 16, 2024
1 parent 8016df3 commit 3b2c9de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/browserv7/src/RBrowser.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ void RBrowser::ProcessMsg(unsigned connid, const std::string &arg0)
if ((arr->size() == 6) && (arr->at(5) == "RUN")) {
ProcessSaveFile(editor->fFileName, editor->fContent);
ProcessRunMacro(editor->fFileName);
CheckWidgtesModified();
}
}
}
Expand Down

0 comments on commit 3b2c9de

Please sign in to comment.