jp2masa
Results
72
comments of
jp2masa
The workaround? What exactly is not working?
The workaround is now: ```cs Win32Properties.AddWindowStylesCallback(window, WindowStylesCallback); static (uint style, uint exStyle) WindowStylesCallback(uint style, uint exStyle) => (style, exStyle | (uint)WindowStyles.WS_EX_DLGMODALFRAME); ``` But this doesn't work due to #15298, which...