Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7758 → Rev 7759

/programs/cmm/TWB/links.h
114,7 → 114,7
CursorPointer.Set();
 
if (links[active].underline) {
DrawUnderline(active, list_first, list_y, link_color_inactive);
DrawUnderline(active, list_first, list_y, link_color_default);
}
 
if (links[i].underline) {
130,7 → 130,7
{
CursorPointer.Restore();
if (links[active].underline) {
DrawUnderline(active, list_first, list_y, link_color_inactive);
DrawUnderline(active, list_first, list_y, link_color_default);
}
DrawStatusBar(NULL);
active = -1;