Subversion Repositories Kolibri OS

Rev

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

Rev 8779 Rev 8854
Line 1... Line 1...
1
PathShow_data PathShow = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, #path, #temp, 0};
1
PathShow_data PathShow = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, #path, #temp, 0};
2
void DrawPathBar()
2
void DrawPathBar()
3
{
3
{
-
 
4
	if (efm) {
-
 
5
		return;
-
 
6
	}
-
 
7
	if (show_breadcrumb.checked) {
-
 
8
		DrawBreadCrumbs(); 
-
 
9
		return;
-
 
10
	}
-
 
11
 
4
	PathShow.start_x = -efm*22 + 250;
12
	PathShow.start_x = -efm*22 + 250;
Line 5... Line 13...
5
	
13
	
6
	PathShow.area_size_x = Form.cwidth-300;
14
	PathShow.area_size_x = Form.cwidth-300;
7
	DrawBar(PathShow.start_x-3, PathShow.start_y-6, PathShow.area_size_x+3, 19, col.odd_line);
15
	DrawBar(PathShow.start_x-3, PathShow.start_y-6, PathShow.area_size_x+3, 19, col.odd_line);