mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 17:10:28 +01:00
Fixed problematic msg reselection.
This commit is contained in:
parent
3898c02c8e
commit
cb63b96304
@ -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)
|
||||
|
||||
|
@ -118,6 +118,7 @@ void WebBrowser::resetZoom() {
|
||||
|
||||
void WebBrowser::clear() {
|
||||
m_webView->clear();
|
||||
m_messages.clear();
|
||||
hide();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user