mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:56:22 +00:00
UI: Statistics: Traffic: Fix "Clear All" to not duplicate active programs
This commit is contained in:
parent
d143fcb0f0
commit
767ee0b06c
@ -179,8 +179,8 @@ void TrafficPage::setupClearMenu()
|
||||
return;
|
||||
|
||||
m_appListView->clearSelection();
|
||||
appStatModel()->clear();
|
||||
trafListModel()->clear();
|
||||
appStatModel()->clear();
|
||||
});
|
||||
|
||||
m_btClear = ControlUtil::createButton(":/icons/bin_closed.png");
|
||||
|
Loading…
Reference in New Issue
Block a user