Subversion Repositories Kolibri OS

Rev

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

Rev 7797 Rev 7798
Line 197... Line 197...
197
 
197
 
198
	for (i=0; i
198
	for (i=0; i
199
	{
199
	{
200
		if (streq(names.get(i), "-")) {
200
		if (streq(names.get(i), "-")) {
201
			DrawBar(menu1.x, item_y+0, menu1.w, 1, inactive_background_color);
201
			DrawBar(menu1.x, item_y+0, menu1.w, 1, inactive_background_color);
202
			DrawBar(menu1.x, item_y+1, menu1.w, 1, system.color.work_dark);
202
			DrawBar(menu1.x-1, item_y+1, menu1.w+1, 1, system.color.work_dark);
203
			DrawBar(menu1.x, item_y+2, menu1.w, 1, system.color.work_light);
203
			DrawBar(menu1.x, item_y+2, menu1.w, 1, system.color.work_light);
-
 
204
			DrawBar(menu1.x, item_y+3, menu1.w, 1, inactive_background_color);
-
 
205
			//DrawBar(menu1.x, item_y+0, menu1.w, 4, inactive_background_color);
-
 
206
			//DrawBar(13, item_y+1, menu1.w-24, 1, system.color.work_dark);
204
			DrawBar(menu1.x, item_y+3, menu1.w, 1, inactive_background_color);
207
			//DrawBar(13, item_y+2, menu1.w-24, 1, system.color.work_light);
205
			item_y += SEP_H;
208
			item_y += SEP_H;
206
		} else {
209
		} else {
207
			if (item_i==menu1.cur_y) {
210
			if (item_i==menu1.cur_y) {
208
				hotkey_color = name_color = system.color.work_button_text;
211
				hotkey_color = name_color = system.color.work_button_text;