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)
|
▪ Changed codes of localizations and localizations loading. (bug #19)
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
▪ Fixed problematic message reselection when filtering messages.
|
||||||
▪ Fixed problem when updating 0 feeds - GUI lockup.
|
▪ Fixed problem when updating 0 feeds - GUI lockup.
|
||||||
▪ Fixed minimum allowed length of category/feed titles. (bug #17)
|
▪ Fixed minimum allowed length of category/feed titles. (bug #17)
|
||||||
|
|
||||||
|
@ -118,6 +118,7 @@ void WebBrowser::resetZoom() {
|
|||||||
|
|
||||||
void WebBrowser::clear() {
|
void WebBrowser::clear() {
|
||||||
m_webView->clear();
|
m_webView->clear();
|
||||||
|
m_messages.clear();
|
||||||
hide();
|
hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user