You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for these insights - I was not aware of this issue and am no expert for this Windows specific area of programming :-) Could you please prepare a pull request ? I would be more than happy to add the fix :-)
Let's consider fragment of class AvalonDock.Win32Helper:
Functions SetOwner/GetOwner may not work properly on x64 architecture, due we should use SetWindowLongPtr on x64-architecture.
It can be fixed in a such way:
The text was updated successfully, but these errors were encountered: