Skip to content
New issue

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

"Restore" button in title bar not displayed correctly when application starts maximized #369

Closed
floele-ww opened this issue Nov 9, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@floele-ww
Copy link
Contributor

When the application starts with maximized window, the "restore" button is not displayed correctly (missing borders).

Example:
09-11-_2016_10-58-46

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;
    }

Environment

  • Fluent.Ribbon: Downloaded from Githib today
  • Windows 10
  • .NET Framework 4.6
@batzen batzen added this to the 5.0.0 milestone Nov 12, 2016
@batzen batzen self-assigned this Nov 12, 2016
@batzen batzen closed this as completed in b2109ef Nov 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants