Subversion Repositories Kolibri OS

Rev

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

Rev 7444 Rev 7521
Line 105... Line 105...
105
	if ((index != TOOL_NONE) && (tools[index].activate != 0))
105
	if ((index != TOOL_NONE) && (tools[index].activate != 0))
106
		tools[index].activate();
106
		tools[index].activate();
Line 107... Line 107...
107
 
107
 
108
	Cursor.Restore();
108
	Cursor.Restore();
109
	if (wrapper.hovered()) SetCursor();
-
 
110
	DrawLeftPanel();
109
	if (wrapper.hovered()) SetCursor();
111
	DrawCanvas();
110
	DrawCanvas();
Line 112... Line 111...
112
}
111
}
113
 
112