mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-22 23:36:46 +08:00
...
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9775,11 +9775,6 @@ GuiComboBoxListControl
|
||||
{
|
||||
clientSize.y = height;
|
||||
SetPreferredMenuClientSize(clientSize);
|
||||
|
||||
if (GetSubMenuOpening())
|
||||
{
|
||||
subMenu->SetClientSize(clientSize);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user