From e17c8fdc71445640b280eaf5bc02a0ac26c640a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 22 Sep 2022 20:46:08 +0300 Subject: AVS: select first proto on dialog opening --- plugins/AVS/src/userInfo.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3