Subversion Repositories Kolibri OS

Rev

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

Rev 8868 Rev 8872
Line 2... Line 2...
2
void DrawPathBar()
2
void DrawPathBar()
3
{
3
{
4
	if (efm) {
4
	if (efm) {
5
		return;
5
		return;
6
	}
6
		PathShow.start_x = 10;
-
 
7
		PathShow.start_y = Form.cheight - status_bar_h;
-
 
8
	} else {
7
	if (show_breadcrumb.checked) {
9
		PathShow.start_x = 250;
-
 
10
		PathShow.start_y = 17;
-
 
11
		if (show_breadcrumb.checked) {
8
		DrawBreadCrumbs(); 
12
			DrawBreadCrumbs(); 
9
		return;
13
			return;
10
	}
14
		}
11
 
15
	}
12
	PathShow.start_x = -efm*22 + 250;
16
 
13
	
-
 
Line 14... Line 17...
14
	PathShow.area_size_x = Form.cwidth-300;
17
	PathShow.area_size_x = Form.cwidth-300;
15
	DrawBar(PathShow.start_x-3, PathShow.start_y-6, PathShow.area_size_x+3, 19, col.odd_line);
18
	DrawBar(PathShow.start_x-3, PathShow.start_y-6, PathShow.area_size_x+3, 19, col.odd_line);
16
	DrawRectangle(PathShow.start_x-4,PathShow.start_y-7,PathShow.area_size_x+4,20,sc.work_graph);
19
	DrawRectangle(PathShow.start_x-4,PathShow.start_y-7,PathShow.area_size_x+4,20,sc.work_graph);
17
	DefineHiddenButton(PathShow.start_x-4+1,PathShow.start_y-7+1,PathShow.area_size_x+4-2,20-2,PATH_BTN);
20
	DefineHiddenButton(PathShow.start_x-4+1,PathShow.start_y-7+1,PathShow.area_size_x+4-2,20-2,PATH_BTN);