diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-07-07 15:05:07 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-07-07 15:05:07 +0300 |
| commit | e3174150316d3fd986a081152fcb2c9802827816 (patch) | |
| tree | 17311d10192c120300f156ec18d0ea316017d16e /include | |
| parent | e8c7a91a247a09f4e4035641c697c9f51ba9f17c (diff) | |
fixes #3570 (Tipper всегда показывает инфу о первом человеке в никлисте)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_srmm_int.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 567b153555..01295ff327 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -236,6 +236,8 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase CSrmmBaseDialog(const CSrmmBaseDialog &) = delete;
CSrmmBaseDialog &operator=(const CSrmmBaseDialog &) = delete;
+ void OnNickListTimer(CTimer *);
+
protected:
CSrmmBaseDialog(CMPluginBase &pPlugin, int idDialog, struct SESSION_INFO *si = nullptr);
@@ -292,7 +294,7 @@ public: bool m_bFGSet, m_bBGSet;
bool m_bInMenu;
COLORREF m_iFG, m_iBG;
- CTimer timerFlash, timerType;
+ CTimer timerFlash, timerType, timerNickList;
void ClearLog();
void RedrawLog();
|
