mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-22 14:55:05 +08:00
Update release
This commit is contained in:
@@ -1312,6 +1312,11 @@ WindowsForm
|
||||
}
|
||||
}
|
||||
|
||||
void SuggestMinClientSize(NativeSize size)override
|
||||
{
|
||||
// Ignored
|
||||
}
|
||||
|
||||
WString GetTitle()override
|
||||
{
|
||||
return title;
|
||||
@@ -1973,6 +1978,8 @@ WindowsController
|
||||
PostQuitMessage(0);
|
||||
}
|
||||
}
|
||||
|
||||
asyncService.ExecuteAsyncTasks();
|
||||
return skipDefaultProcedure;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user