fix copy of empty folders
This commit is contained in:
+1
-1
@@ -1275,7 +1275,7 @@ namespace Actions
|
||||
{
|
||||
int err;
|
||||
std::vector<DirEntry> entries = FS::ListDir(src.path, &err);
|
||||
FS::MkDirs(dest, true);
|
||||
FS::MkDirs(dest);
|
||||
for (int i = 0; i < entries.size(); i++)
|
||||
{
|
||||
if (stop_activity)
|
||||
|
||||
+1
-1
@@ -801,7 +801,7 @@ namespace Windows
|
||||
ImVec4 *colors = style->Colors;
|
||||
int flags;
|
||||
|
||||
if (ImGui::IsKeyDown(ImGuiKey_GamepadFaceUp))
|
||||
if (ImGui::IsKeyDown(ImGuiKey_GamepadFaceUp) && !paused)
|
||||
{
|
||||
if (!paused)
|
||||
saved_selected_browser = selected_browser;
|
||||
|
||||
Reference in New Issue
Block a user