Fix file dialog rewriting selected files (facepalm)
This commit is contained in:
parent
0a64bd0cbb
commit
267304ce6a
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ namespace psemek::ui
|
|||
}
|
||||
else
|
||||
{
|
||||
[[maybe_unused]] io::file_ostream test(path);
|
||||
[[maybe_unused]] io::file_ostream test(path, io::file_ostream::append);
|
||||
}
|
||||
path_edit->set_text(path.filename().string());
|
||||
status_label->set_text("");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue