Subversion Repositories Kolibri OS

Rev

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

Rev 7521 Rev 7617
Line 405... Line 405...
405
	DrawStatusBar();
405
	DrawStatusBar();
406
}
406
}
Line 407... Line 407...
407
 
407
 
408
void DrawLeftPanelSelection()
408
void DrawLeftPanelSelection()
409
{
409
{
410
	DrawRectangle3D(5, previousTool*GAPV+right_bar.y-2, 16+3+2, 16+3+2, system.color.work, system.color.work);
410
	if (previousTool!=-1) DrawRectangle3D(5, previousTool*GAPV+right_bar.y-2, 16+3+2, 16+3+2, system.color.work, system.color.work);
411
	DrawRectangle3D(5, currentTool*GAPV+right_bar.y-2, 16+3+2, 16+3+2, 0x333333, 0x777777);
411
	DrawRectangle3D(5, currentTool*GAPV+right_bar.y-2, 16+3+2, 16+3+2, 0x333333, 0x777777);
Line 412... Line 412...
412
}
412
}
413
 
413