don't forget to reset the clipboard helper
This commit is contained in:
@@ -111,7 +111,6 @@ void copyfile(const char *src_in, const char *outfolder){
|
|||||||
free(out);
|
free(out);
|
||||||
free(filename);
|
free(filename);
|
||||||
fsreader_readfolder(currentpath);
|
fsreader_readfolder(currentpath);
|
||||||
clipboardhelper = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int filemenu(menu_entry file){
|
int filemenu(menu_entry file){
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ void fileexplorer(const char *startpath, int type){
|
|||||||
copyfolder(clipboard, currentpath);
|
copyfolder(clipboard, currentpath);
|
||||||
else
|
else
|
||||||
copyfile(clipboard, currentpath);
|
copyfile(clipboard, currentpath);
|
||||||
|
clipboardhelper = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FILEMENU_CURFOLDER:
|
case FILEMENU_CURFOLDER:
|
||||||
|
|||||||
Reference in New Issue
Block a user