Skip to content

Commit

Permalink
close the file dialog is it is finished
Browse files Browse the repository at this point in the history
:
  • Loading branch information
sphaero committed Jun 18, 2024
1 parent 79a96ea commit 6db17ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ActorContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ ActorContainer::RenderFilename(const char* name, zconfig_t *data) {
zstr_free(&path);
sphactor_ask_api(this->actor, zconfig_value(zapic), zconfig_value(zapiv), p );
}
ifd::FileDialog::Instance().Close();
}

zconfig_t *help = zconfig_locate(data, "help");
Expand Down

0 comments on commit 6db17ea

Please sign in to comment.