Skip to content

Commit

Permalink
Merge 4b14223 into d0a92d0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohki Akikaze authored Oct 28, 2020
2 parents d0a92d0 + 4b14223 commit 22869ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/prop/CPropComCustmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ INT_PTR CPropCustmenu::DispatchEvent(
}
nNum2 = List_GetCount( hwndLIST_RES );
if( LB_ERR == nNum2 ){
nIdx2 = 0;
nNum2 = 0;
}
nIdx3 = Combo_GetCurSel( hwndCOMBO_FUNCKIND );
if( CB_ERR == nIdx3 ){
Expand Down

0 comments on commit 22869ca

Please sign in to comment.