misc: fixes to make it build

This commit is contained in:
im-tem
2025-08-15 12:13:26 +03:00
parent cbf3a5949a
commit 73ba6af125
4 changed files with 5 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ static inline void imgui_explore(Imgui* self)
{
std::filesystem::path filePath = self->anm2->path;
std::filesystem::path parentPath = filePath.parent_path();
dialog_explorer_open(parentPath);
dialog_explorer_open(parentPath.string());
}
static inline void imgui_undo_push(Imgui* self, const std::string& action = SNAPSHOT_ACTION)