Fix small window icon counter.

Regression was introduced in aef45b3a1d.
This commit is contained in:
John Preston 2021-11-03 16:14:20 +04:00
parent dab859ea29
commit 3743dd0161
1 changed files with 0 additions and 1 deletions

View File

@ -425,7 +425,6 @@ void MainWindow::updateIconCounters() {
: std::wstring();
taskbarList->SetOverlayIcon(ps_hWnd, ps_iconOverlay, description.c_str());
}
psDestroyIcons();
SetWindowPos(ps_hWnd, 0, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE);
}