------------------------------------------------------------------------------- Update UI
| 788 | //------------------------------------------------------------------------------- |
| 789 | // Update UI |
| 790 | void UpdateColorFieldsInUI() |
| 791 | { |
| 792 | InvalidateRect(GetDlgItem(g_hDlg,IDC_LCOLOR1),nullptr,TRUE); |
| 793 | InvalidateRect(GetDlgItem(g_hDlg,IDC_LCOLOR2),nullptr,TRUE); |
| 794 | InvalidateRect(GetDlgItem(g_hDlg,IDC_LCOLOR3),nullptr,TRUE); |
| 795 | |
| 796 | UpdateWindow(GetDlgItem(g_hDlg,IDC_LCOLOR1)); |
| 797 | UpdateWindow(GetDlgItem(g_hDlg,IDC_LCOLOR2)); |
| 798 | UpdateWindow(GetDlgItem(g_hDlg,IDC_LCOLOR3)); |
| 799 | } |
| 800 | //------------------------------------------------------------------------------- |
| 801 | // FIll statistics UI |
| 802 | int CDisplay::FillDefaultStatistics(void) |
no outgoing calls
no test coverage detected