Subversion Repositories Kolibri OS

Rev

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

Rev 5702 Rev 5703
Line 536... Line 536...
536
		DrawListColumns();
536
		DrawListColumns();
537
		Open_Dir(#path,ONLY_SHOW);
537
		Open_Dir(#path,ONLY_SHOW);
538
	}
538
	}
539
	else
539
	else
540
	{
540
	{
541
		files.SetSizes(2, 57+18, Form.cwidth/2-2-17, Form.cheight-59-18, disc_num*16+3,files.line_h);
541
		files.SetSizes(2, 57+22, Form.cwidth/2-2-17, Form.cheight-59-22, disc_num*16+3,files.line_h);
542
		DrawListColumns();
542
		DrawListColumns();
543
		Open_Dir(#path,ONLY_SHOW);		
543
		Open_Dir(#path,ONLY_SHOW);		
544
		files.SetSizes(Form.cwidth/2, 57+18, Form.cwidth/2-17, Form.cheight-59-18, disc_num*16+3,files.line_h);
544
		files.SetSizes(Form.cwidth/2, 57+22, Form.cwidth/2 -17, Form.cheight-59-22, disc_num*16+3,files.line_h);
545
		DrawListColumns();
545
		DrawListColumns();
546
		Open_Dir(#path,ONLY_SHOW);
546
		Open_Dir(#path,ONLY_SHOW);
547
	}
547
	}
548
	if (del_active) Del_Form();
548
	if (del_active) Del_Form();
549
	if (new_element_active) NewElement_Form(new_element_active, #new_element_name);
549
	if (new_element_active) NewElement_Form(new_element_active, #new_element_name);