diff options
-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; |