ScriptEditorWidget does not dock opend script while starting itom

Issue #123 closed
Johann Krauter created an issue

After the start of itom the docked script is not opened when the script was saved in a path containing special characters like öäü.

In scriptEditorOrganizer.cpp in the function RetVal ScriptEditorOrganizer::restoreScriptState(),

setFile in Line 217 fails due to an incorrectly coded QString and skips appending the file to m_recentlyUsedFiles.

Comments (1)

  1. Log in to comment