mirror of
https://github.com/flutter/samples.git
synced 2026-04-06 11:41:26 +00:00
Re-generate Linux, macOS and Windows runners (#588)
* Re-generate Linux, macOS and Windows runners * Update MSIX
This commit is contained in:
@@ -173,7 +173,7 @@ Win32Window::MessageHandler(HWND hwnd,
|
||||
|
||||
return 0;
|
||||
}
|
||||
case WM_SIZE:
|
||||
case WM_SIZE: {
|
||||
RECT rect = GetClientArea();
|
||||
if (child_content_ != nullptr) {
|
||||
// Size and position the child window.
|
||||
@@ -181,6 +181,7 @@ Win32Window::MessageHandler(HWND hwnd,
|
||||
rect.bottom - rect.top, TRUE);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
case WM_ACTIVATE:
|
||||
if (child_content_ != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user