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
Im wiring up a chromeless app, so i wired together some javascript magic to move the window when dragging my custom titlebar element.
App.MainWindow.SetLocation(_targetLocation);
If you output the Location property before and after the call, you will notice it did not change, meaning that you cannot simply rely on adding the movement on the window location when calling the code fast.
The text was updated successfully, but these errors were encountered:
Thanks for the report. We've actually encountered this on Linux and will look into it. We've been putting in hours on several new features and bug fixes and will try to resolve this.
Im wiring up a chromeless app, so i wired together some javascript magic to move the window when dragging my custom titlebar element.
If you output the Location property before and after the call, you will notice it did not change, meaning that you cannot simply rely on adding the movement on the window location when calling the code fast.
The text was updated successfully, but these errors were encountered: