Skip to content

Commit

Permalink
Fixes #178 by removing UpdateWindowChrome from OnApplyTemplate. Updat…
Browse files Browse the repository at this point in the history
…eWindowChrome is called in OnSourceInitialized anyway.
  • Loading branch information
batzen committed Oct 22, 2015
1 parent 547fc24 commit 97001b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Fluent/Controls/RibbonWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,6 @@ public override void OnApplyTemplate()

this.UpdateCanUseDwm();

this.UpdateWindowChrome();

if (this.iconImage != null)
{
this.iconImage.MouseDown -= this.HandleIconMouseDown;
Expand Down

0 comments on commit 97001b1

Please sign in to comment.