mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[SERVMAN]
Arrange large and small icons after changing the view. Patch by Carlo Bramini. #CORE-10350 #resolve #comment Thanks a lot! svn path=/trunk/; revision=70288
This commit is contained in:
@@ -558,8 +558,9 @@ MainWndCommand(PMAIN_WND_INFO Info,
|
||||
break;
|
||||
|
||||
case ID_VIEW_LARGE:
|
||||
SetListViewStyle(Info->hListView,
|
||||
LVS_ICON);
|
||||
SetListViewStyle(Info->hListView, LVS_ICON);
|
||||
ListView_Arrange(Info->hListView, LVA_DEFAULT);
|
||||
|
||||
CheckMenuRadioItem(GetMenu(Info->hMainWnd),
|
||||
ID_VIEW_LARGE,
|
||||
ID_VIEW_DETAILS,
|
||||
@@ -568,8 +569,9 @@ MainWndCommand(PMAIN_WND_INFO Info,
|
||||
break;
|
||||
|
||||
case ID_VIEW_SMALL:
|
||||
SetListViewStyle(Info->hListView,
|
||||
LVS_SMALLICON);
|
||||
SetListViewStyle(Info->hListView, LVS_SMALLICON);
|
||||
ListView_Arrange(Info->hListView, LVA_DEFAULT);
|
||||
|
||||
CheckMenuRadioItem(GetMenu(Info->hMainWnd),
|
||||
ID_VIEW_LARGE,
|
||||
ID_VIEW_DETAILS,
|
||||
|
||||
Reference in New Issue
Block a user