On Save-as, open FileDialog in same directory of previous filename

This commit is contained in:
Bruno Herbelin
2022-01-08 00:49:20 +01:00
parent 48df5c0eb1
commit 2e5e2c8430
3 changed files with 11 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ class SaveSessionDialog : public FileDialog
{
public:
SaveSessionDialog(const std::string &name) : FileDialog(name) {}
void setFolder(std::string path);
void open();
};