mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-11-24 08:33:23 +08:00
OpenGL测试
This commit is contained in:
@@ -807,6 +807,7 @@ namespace CPF.Windows
|
||||
}
|
||||
break;
|
||||
case WindowsMessage.WM_DESTROY:
|
||||
Closed?.Invoke();
|
||||
if (handle != IntPtr.Zero)
|
||||
{
|
||||
try
|
||||
@@ -857,7 +858,6 @@ namespace CPF.Windows
|
||||
RenderBitmap = null;
|
||||
}
|
||||
handle = IntPtr.Zero;
|
||||
Closed?.Invoke();
|
||||
foreach (var item in invokeQueue)
|
||||
{
|
||||
item.SendOrPostCallback(item.Data);
|
||||
|
||||
Reference in New Issue
Block a user