mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 13:41:45 +00:00
don't forget to reset the clipboard helper
This commit is contained in:
parent
070f9c676d
commit
03df13f34c
2 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,6 @@ void copyfile(const char *src_in, const char *outfolder){
|
|||
free(out);
|
||||
free(filename);
|
||||
fsreader_readfolder(currentpath);
|
||||
clipboardhelper = 0;
|
||||
}
|
||||
|
||||
int filemenu(menu_entry file){
|
||||
|
|
|
@ -48,6 +48,7 @@ void fileexplorer(const char *startpath, int type){
|
|||
copyfolder(clipboard, currentpath);
|
||||
else
|
||||
copyfile(clipboard, currentpath);
|
||||
clipboardhelper = 0;
|
||||
break;
|
||||
|
||||
case FILEMENU_CURFOLDER:
|
||||
|
|
Loading…
Reference in a new issue