Subversion Repositories Kolibri OS

Rev

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

Rev 6735 Rev 6738
Line 222... Line 222...
222
	}
222
	}
223
	DrawStyle();
223
	DrawStyle();
224
	NewLine();
224
	NewLine();
225
	DrawPage();
225
	if (list.first == 0) list.count = stroka;
226
	if (list.first == 0) list.count = stroka;
226
	DrawPage();
227
	if (anchor)
-
 
228
	{
227
	if (anchor)
-
 
228
	{
229
		anchor=NULL;
229
		anchor=NULL;
230
		list.first=anchor_line_num;
230
		list.first=anchor_line_num;
231
		Prepare();
231
		Prepare();
232
	}
232
	}
233
}
233
}