#WebView: [fix] do not pop the default text color

#uARM: host image at store.kolibri-n.org [as xvilka's server doesn't work]
#Eolite: finally fix one of the oldest issues with KeyUp at the top of the list, which could move selection on the random file
#KolibriNext installer: activate window after installation


git-svn-id: svn://kolibrios.org@9341 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-11-27 23:03:47 +00:00
parent f90d41a388
commit 3717b92b6d
5 changed files with 27 additions and 18 deletions

View File

@@ -87,7 +87,7 @@ void TWebBrowser::tag_font()
}
}
else {
text_colors.pop();
if (bg_colors.count>1) text_colors.pop();
if (bg_colors.count>1) bg_colors.pop(); //never pop the last color
}
}