Subversion Repositories Kolibri OS

Rev

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

Rev 6678 Rev 6746
Line 89... Line 89...
89
				edit_box_key stdcall (#path_start_ed);	
89
				edit_box_key stdcall (#path_start_ed);	
90
				break;
90
				break;
91
				
91
				
Line 92... Line 92...
92
			case evReDraw:
92
			case evReDraw:
93
				DefineAndDrawWindow(Form.cwidth-300/2+Form.left, Form.cheight-292/2+Form.top, 376, 370+skin_height,0x34,system.color.work,TITLE_SETT);
93
				DefineAndDrawWindow(Form.cwidth-300/2+Form.left, Form.cheight-292/2+Form.top, 376, 370+skin_height,0x34,system.color.work,TITLE_SETT,0);
94
				DrawSettingsCheckBoxes();
94
				DrawSettingsCheckBoxes();
95
		}
95
		}
96
	}
96
	}
97
}
97
}