We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the application starts with maximized window, the "restore" button is not displayed correctly (missing borders).
Example:
To reproduce: Modify the TestWindow class as shown below. This code is required because otherwise the window might appear on the wrong screen (see http://stackoverflow.com/questions/3121900/how-can-i-make-a-wpf-window-maximized-on-the-screen-with-the-mouse-cursor).
public TestWindow() { this.InitializeComponent(); window.SourceInitialized += (s, a) => window.WindowState = System.Windows.WindowState.Maximized; }
The text was updated successfully, but these errors were encountered:
b2109ef
batzen
No branches or pull requests
When the application starts with maximized window, the "restore" button is not displayed correctly (missing borders).
Example:
![09-11-_2016_10-58-46](https://cloud.githubusercontent.com/assets/15671468/20134427/ab7fecb6-a66b-11e6-8eda-9bc6b419a2d9.png)
To reproduce: Modify the TestWindow class as shown below. This code is required because otherwise the window might appear on the wrong screen (see http://stackoverflow.com/questions/3121900/how-can-i-make-a-wpf-window-maximized-on-the-screen-with-the-mouse-cursor).
Environment
The text was updated successfully, but these errors were encountered: