Subversion Repositories Kolibri OS

Rev

Rev 6678 | Rev 6757 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6678 Rev 6746
Line 343... Line 343...
343
	}
343
	}
344
}
344
}
Line 345... Line 345...
345
 
345
 
346
void DrawPropertiesWindow()
346
void DrawPropertiesWindow()
347
{
347
{
348
	DefineAndDrawWindow(Form.left + 150,150,305,360+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES);
348
	DefineAndDrawWindow(Form.left + 150,150,305,360+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES,0);
349
	if ( !asm test path_to_file_ed.flags, 2)
349
	if ( !asm test path_to_file_ed.flags, 2)
350
	{
350
	{
351
		path_to_file_ed.blur_border_color = system.color.work;
351
		path_to_file_ed.blur_border_color = system.color.work;
352
		path_to_file_ed.color = system.color.work;
352
		path_to_file_ed.color = system.color.work;