deselect_all_files
This commit is contained in:
@@ -317,7 +317,14 @@ void dir_changed(){
|
||||
}
|
||||
|
||||
}
|
||||
void deselect_all_files() {
|
||||
unsigned long i;
|
||||
for (i = 0; i < mid_dir.file_count; i++) {
|
||||
mid_dir.file_list[i].status &= ~FILE_STATUS_SELECTED;
|
||||
}
|
||||
}
|
||||
void change_dir(char *new_path){
|
||||
deselect_all_files();
|
||||
|
||||
current_linked_dir = list_beginning;
|
||||
while (current_linked_dir->next != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user