summaryrefslogtreecommitdiff
path: root/plugins/AVS
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-22 20:46:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-09-22 20:46:08 +0300
commite17c8fdc71445640b280eaf5bc02a0ac26c640a7 (patch)
tree2a17a391900ec367257ea15e6449826c17e96ef4 /plugins/AVS
parent33ed4193c63d1689feb2e6da02304257a5374404 (diff)
AVS: select first proto on dialog opening
Diffstat (limited to 'plugins/AVS')
-rw-r--r--plugins/AVS/src/userInfo.cpp1
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;