Skip to content

Commit 1d1ac4a

Browse files
authored
Merge pull request #6495 from BOINC/vko_fix_notices_ui_issue
[manager] remove unneeded freeze/thaw when updating notification windows, instead to the refresh.
2 parents eb26952 + fc9ba3d commit 1d1ac4a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

clientgui/NoticeListCtrl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,10 @@ bool CNoticeListCtrl::UpdateUI() {
356356
((int)GetItemCount() != noticeCount))
357357
) {
358358
pDoc->notices.complete = false;
359-
Freeze();
360359
SetItemCount(noticeCount);
361360
m_bDisplayFetchingNotices = false;
362361
m_bDisplayEmptyNotice = false;
363-
Thaw();
362+
Refresh();
364363
}
365364

366365
bAlreadyRunning = false;

0 commit comments

Comments
 (0)