mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
15.13
This commit is contained in:
committed by
Kornel Lesiński
parent
5de23c1deb
commit
9608215ad8
@@ -18,7 +18,9 @@ bool CListViewDialog::OnInit()
|
||||
#endif
|
||||
_listView.Attach(GetItem(IDL_LISTVIEW));
|
||||
|
||||
if (ReadSingleClick())
|
||||
CFmSettings st;
|
||||
st.Load();
|
||||
if (st.SingleClick)
|
||||
_listView.SetExtendedListViewStyle(LVS_EX_ONECLICKACTIVATE | LVS_EX_TRACKSELECT);
|
||||
|
||||
SetText(Title);
|
||||
|
||||
Reference in New Issue
Block a user