Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vczh committed Mar 22, 2023
1 parent fb56a80 commit 9f049de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Import/GacUI.Windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions Import/GacUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9775,11 +9775,6 @@ GuiComboBoxListControl
{
clientSize.y = height;
SetPreferredMenuClientSize(clientSize);

if (GetSubMenuOpening())
{
subMenu->SetClientSize(clientSize);
}
}
}
}
Expand Down

0 comments on commit 9f049de

Please sign in to comment.