| 474 | |
| 475 | |
| 476 | void CSharedFilesCtrl::EndBulkUpdate() |
| 477 | { |
| 478 | m_inBulkUpdate = false; |
| 479 | // One full repaint covers every row whose data changed during the |
| 480 | // bulk window. SelectionUpdated() refreshes the right-hand detail |
| 481 | // panel in case the selected row's data changed. |
| 482 | Refresh(); |
| 483 | if (theApp->amuledlg && theApp->amuledlg->m_sharedfileswnd) { |
| 484 | theApp->amuledlg->m_sharedfileswnd->SelectionUpdated(); |
| 485 | } |
| 486 | } |
| 487 | |
| 488 | |
| 489 | void CSharedFilesCtrl::ShowFilesCount() |
no test coverage detected