Skip to content

Commit

Permalink
Merge pull request #2827 from MahApps/develop
Browse files Browse the repository at this point in the history
Merging content for 1.4.2 develop to master
  • Loading branch information
punker76 authored Jan 30, 2017
2 parents e6ed4e1 + 3be2a3d commit 8709b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/1.4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
- [#2770](https://github.com/MahApps/MahApps.Metro/issues/2770) Increase Win10 ToggleSwitch Default Margins
- [#2780](https://github.com/MahApps/MahApps.Metro/issues/2780) External Dialogs not visible with MainWindow set to IgnoreTaskbarOnMaximize
- [#2748](https://github.com/MahApps/MahApps.Metro/issues/2748) Access Denied
- [#2591](https://github.com/MahApps/MahApps.Metro/issues/2591) Weird MetroProgressBar animation with IsIndeterminate=true
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private double ActualSize(bool invalidateMeasureArrange)
{
if (invalidateMeasureArrange)
{
this.UpdateLayout();
this.Measure(new Size(double.PositiveInfinity, double.PositiveInfinity));
this.InvalidateArrange();
}
Expand Down

0 comments on commit 8709b27

Please sign in to comment.