HTMLv: fix links while scrolling page
git-svn-id: svn://kolibrios.org@4504 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f5bb48b3f6
commit
f9c606dc62
@ -217,6 +217,7 @@ void TWebBrowser::ParseHTML(dword bword){
|
|||||||
link_color_active = 0xFF0000;
|
link_color_active = 0xFF0000;
|
||||||
bg_color = 0xFFFFFF;
|
bg_color = 0xFFFFFF;
|
||||||
DrawBuf.Fill(bg_color);
|
DrawBuf.Fill(bg_color);
|
||||||
|
PageLinks.Clear();
|
||||||
strcpy(#header, #version);
|
strcpy(#header, #version);
|
||||||
stroka = -list.first;
|
stroka = -list.first;
|
||||||
stolbec = 0;
|
stolbec = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user