Subversion Repositories Kolibri OS

Rev

Rev 5631 | Rev 5634 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5631 Rev 5633
Line 101... Line 101...
101
#endif
101
#endif
Line 102... Line 102...
102
 
102
 
103
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
103
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
Line 104... Line 104...
104
enum { CREATE_FILE=1, CREATE_FOLDER, RENAME_ITEM }; //NewElement
104
enum { CREATE_FILE=1, CREATE_FOLDER, RENAME_ITEM }; //NewElement
105
 
105
 
106
#define TITLE "Eolite File Manager v2.84"
106
#define TITLE "Eolite File Manager v2.85"
Line 107... Line 107...
107
#define ABOUT_TITLE "Eolite v2.84"
107
#define ABOUT_TITLE "Eolite v2.85"
108
dword col_padding, col_selec, col_lpanel;
108
dword col_padding, col_selec, col_lpanel;
Line 810... Line 810...
810
		if (sort_num==2) sorting_arrow_x = Form.width-115;
810
		if (sort_num==2) sorting_arrow_x = Form.width-115;
811
		if (sort_num==3) sorting_arrow_x = strlen(T_SIZE)*3-30+files.x+files.w;
811
		if (sort_num==3) sorting_arrow_x = strlen(T_SIZE)*3-30+files.x+files.w;
812
		WriteText(sorting_arrow_x,45,0x80,sc.work_graph,"\x19");
812
		WriteText(sorting_arrow_x,45,0x80,sc.work_graph,"\x19");
813
		if (redraw!=ONLY_SHOW) Sorting();
813
		if (redraw!=ONLY_SHOW) Sorting();
814
		if (redraw!=ONLY_OPEN)&&(!_not_draw) List_ReDraw();
814
		if (redraw!=ONLY_OPEN)&&(!_not_draw) List_ReDraw();
-
 
815
		DrawSystemDiscs();
815
	}
816
	}
816
	if (files.count==-1) && (redraw!=ONLY_OPEN) {files.visible=files.count=0; if(!_not_draw)List_ReDraw();}
817
	if (files.count==-1) && (redraw!=ONLY_OPEN) {files.visible=files.count=0; if(!_not_draw)List_ReDraw();}
817
}
818
}