diff options
| author | George Hazan <ghazan@miranda.im> | 2022-09-22 20:46:08 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-09-22 20:46:08 +0300 |
| commit | e17c8fdc71445640b280eaf5bc02a0ac26c640a7 (patch) | |
| tree | 2a17a391900ec367257ea15e6449826c17e96ef4 /plugins/AVS/src | |
| parent | 33ed4193c63d1689feb2e6da02304257a5374404 (diff) | |
AVS: select first proto on dialog opening
Diffstat (limited to 'plugins/AVS/src')
| -rw-r--r-- | plugins/AVS/src/userInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AVS/src/userInfo.cpp b/plugins/AVS/src/userInfo.cpp index 5304f7b300..36eadc75d6 100644 --- a/plugins/AVS/src/userInfo.cpp +++ b/plugins/AVS/src/userInfo.cpp @@ -363,6 +363,7 @@ public: num++; } + protocols.SetCurSel(0); protocols.SetColumnWidth(0, LVSCW_AUTOSIZE); protocols.Arrange(LVA_ALIGNLEFT | LVA_ALIGNTOP); return true; |
