Subversion Repositories Kolibri OS

Rev

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

Rev 7275 Rev 7422
Line 207... Line 207...
207
 
207
 
208
void SelectTool_onKeyEvent(dword keycode) {
208
void SelectTool_onKeyEvent(dword keycode) {
Line 209... Line 209...
209
	dword r, c;
209
	dword r, c;
-
 
210
 
210
 
211
	if (SCAN_CODE_DEL == keycode) {
211
	if (SCAN_CODE_DEL == keycode) {
212
		DrawBarIcon(selection.start_x, selection.start_y, selection.end_x, selection.end_y, color2, TOIMAGE);
212
		selection.reset();
213
		selection.reset();
Line 213... Line 214...
213
		DrawCanvas();
214
		DrawCanvas();