mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
fix more criticals
This commit is contained in:
@@ -343,6 +343,9 @@ void ChannelListTree::OnPanedPositionChanged() {
|
||||
void ChannelListTree::UpdateListingClassic() {
|
||||
m_updating_listing = true;
|
||||
|
||||
// refilter so every row is visible
|
||||
// otherwise clear() causes a CRITICAL assert in a slot for the filter model
|
||||
m_filter_model->refilter();
|
||||
m_model->clear();
|
||||
|
||||
auto &discord = Abaddon::Get().GetDiscordClient();
|
||||
|
||||
Reference in New Issue
Block a user