mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Window loses position after reopening. #328
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tum4ik on GitHub (May 29, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Version:
ElectronNET.CLI Version: 5.22.12.0
ElectronNET.API Version: 5.22.12
.NET Core Version: 2.2.300
Node.js Version: 8.11.3
Target:
Windows
I have a tray application. When I open window from tray context menu first time -> the window position is "center" (this is expected). But if I close the window and open again -> the window position becomes "top-left" (seems bug).
Steps to Reproduce:
@Tum4ik commented on GitHub (May 29, 2019):
Actually it could be fix by
But I don't know. It seems it is not obvious.