#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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user