We can't prefill the LineEdit inside the EditorFileDialog, because it isn't inside the viewport when starting the editor.
Removed the prefills to solve error.
Make sure to follow the PR preparation steps in CONTRIBUTING.md before submitting your PR:
[x] format the codebase: from the root, run bash ./clang_format.sh.
Description
closes #184
We can't prefill the
LineEdit
inside theEditorFileDialog
, because it isn't inside the viewport when starting the editor. Removed the prefills to solve error.Make sure to follow the PR preparation steps in CONTRIBUTING.md before submitting your PR:
bash ./clang_format.sh
.