TWB: small fix

git-svn-id: svn://kolibrios.org@5724 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-08-14 16:28:57 +00:00
parent 47deb262f3
commit 69d74aa6a7

View File

@ -283,6 +283,7 @@ void TWebBrowser::SetTextStyle(int left1, top1) {
}
if (isTag("script")) || (isTag("style")) || (isTag("binary")) || (isTag("select")) ignor_text = opened;
if (isTag("form")) if (!opened) ignor_text = false;
if(isTag("title"))
{