Fixed problematic msg reselection.

This commit is contained in:
Martin Rotter 2016-06-23 19:35:17 +02:00
parent 3898c02c8e
commit cb63b96304
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Changed:
▪ Changed codes of localizations and localizations loading. (bug #19)
Fixed:
▪ Fixed problematic message reselection when filtering messages.
▪ Fixed problem when updating 0 feeds - GUI lockup.
▪ Fixed minimum allowed length of category/feed titles. (bug #17)

View File

@ -118,6 +118,7 @@ void WebBrowser::resetZoom() {
void WebBrowser::clear() {
m_webView->clear();
m_messages.clear();
hide();
}