diff --git a/Import/GacUI.Windows.cpp b/Import/GacUI.Windows.cpp index 8cf4f225..da5f8e0e 100644 --- a/Import/GacUI.Windows.cpp +++ b/Import/GacUI.Windows.cpp @@ -1579,7 +1579,7 @@ WindowsForm void ShowDeactivated()override { ShowWindow(handle, SW_SHOWNOACTIVATE); - SetWindowPos(handle,HWND_TOP,0,0,0,0,SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE); + SetWindowPos(handle, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE); } void ShowRestored()override diff --git a/Import/GacUI.cpp b/Import/GacUI.cpp index 157a57ce..ec3c4f19 100644 --- a/Import/GacUI.cpp +++ b/Import/GacUI.cpp @@ -9775,11 +9775,6 @@ GuiComboBoxListControl { clientSize.y = height; SetPreferredMenuClientSize(clientSize); - - if (GetSubMenuOpening()) - { - subMenu->SetClientSize(clientSize); - } } } }