Compare commits

...

1 Commits

Author SHA1 Message Date
Leilei Zhang
3cde0b2a68 fix using wrong event 2025-08-06 09:43:02 +08:00

View File

@@ -49,7 +49,7 @@ namespace Microsoft.PowerToys.PreviewHandler.Bgcode
_previewHandlerControl.DoPreview(filePath);
NativeEventWaiter.WaitForEventLoop(
Constants.GcodePreviewResizeEvent(),
Constants.BgcodePreviewResizeEvent(),
() =>
{
Rectangle s = default;