Subversion Repositories Kolibri OS

Rev

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

Rev 6038 Rev 6039
Line 600... Line 600...
600
		if (active_panel==1)
600
		if (active_panel==1)
601
		{
601
		{
602
			llist_copy(#files, #files_inactive);
602
			llist_copy(#files, #files_inactive);
603
			strcpy(#path, #inactive_path);
603
			strcpy(#path, #inactive_path);
604
			col_selec = 0xCCCccc;
604
			col_selec = 0xCCCccc;
605
			files.SetSizes(Form.cwidth/2, files_y, Form.cwidth/2 -17, Form.cheight-files_y, files.item_h);
605
			files.SetSizes(Form.cwidth/2, files_y, Form.cwidth/2 -17, Form.cheight-files_y-2, files.item_h);
606
			DrawList();
606
			DrawList();
607
			Open_Dir(#path,WITH_REDRAW);
607
			Open_Dir(#path,WITH_REDRAW);
608
			llist_copy(#files, #files_active);
608
			llist_copy(#files, #files_active);
609
			strcpy(#path, #active_path);
609
			strcpy(#path, #active_path);
610
			col_selec = 0x94AECE;
610
			col_selec = 0x94AECE;
611
			files.SetSizes(2, files_y, Form.cwidth/2-2-17, Form.cheight-files_y, files.item_h);
611
			files.SetSizes(2, files_y, Form.cwidth/2-2-17, Form.cheight-files_y-2, files.item_h);
612
			DrawList();
612
			DrawList();
613
			Open_Dir(#path,WITH_REDRAW);
613
			Open_Dir(#path,WITH_REDRAW);
614
		}
614
		}
615
		if (active_panel==2)
615
		if (active_panel==2)
616
		{
616
		{
617
			files.SetSizes(2, files_y, Form.cwidth/2-2-17, Form.cheight-files_y, files.item_h);
617
			files.SetSizes(2, files_y, Form.cwidth/2-2-17, Form.cheight-files_y-2, files.item_h);
618
			DrawList();
618
			DrawList();
619
			Open_Dir(#path,WITH_REDRAW);
619
			Open_Dir(#path,WITH_REDRAW);
620
			llist_copy(#files, #files_active);
620
			llist_copy(#files, #files_active);
621
			strcpy(#path, #active_path);
621
			strcpy(#path, #active_path);
622
			col_selec = 0x94AECE;
622
			col_selec = 0x94AECE;
623
			files.SetSizes(Form.cwidth/2, files_y, Form.cwidth/2 -17, Form.cheight-files_y, files.item_h);
623
			files.SetSizes(Form.cwidth/2, files_y, Form.cwidth/2 -17, Form.cheight-files_y-2, files.item_h);
624
			DrawList();
624
			DrawList();
625
			Open_Dir(#path,WITH_REDRAW);
625
			Open_Dir(#path,WITH_REDRAW);
626
		}
626
		}
627
	}
627
	}
628
}
628
}