We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d5b48 commit e9d04ddCopy full SHA for e9d04dd
src/gui/src/gui.cpp
@@ -806,7 +806,7 @@ void Gui::saveImage(const std::string& filename,
806
save_cmds += "gui::hide";
807
showGui(Interpreter::Tcl, save_cmds, false);
808
} else {
809
- // save current displexitingay settings and apply new
+ // save current display settings and apply new
810
main_window->getControls()->save();
811
for (const auto& [control, value] : display_settings) {
812
setDisplayControlsVisible(control, value);
0 commit comments