Skip to content

Commit cb83cb0

Browse files
committed
[rbrowser] Check modified widgets after macro execution
It is most probable place where new canvases are created or existing are modified. Therefore need to update.
1 parent 6657088 commit cb83cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/browserv7/src/RBrowser.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ void RBrowser::ProcessMsg(unsigned connid, const std::string &arg0)
896896
if ((arr->size() == 6) && (arr->at(5) == "RUN")) {
897897
ProcessSaveFile(editor->fFileName, editor->fContent);
898898
ProcessRunMacro(editor->fFileName);
899+
CheckWidgtesModified();
899900
}
900901
}
901902
}

0 commit comments

Comments
 (0)