File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/MahApps.Metro/MahApps.Metro.Shared/Controls Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2020- [ #2770 ] ( https://github.com/MahApps/MahApps.Metro/issues/2770 ) Increase Win10 ToggleSwitch Default Margins
2121- [ #2780 ] ( https://github.com/MahApps/MahApps.Metro/issues/2780 ) External Dialogs not visible with MainWindow set to IgnoreTaskbarOnMaximize
2222- [ #2748 ] ( https://github.com/MahApps/MahApps.Metro/issues/2748 ) Access Denied
23+ - [ #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 @@ -112,6 +112,7 @@ private double ActualSize(bool invalidateMeasureArrange)
112112 {
113113 if ( invalidateMeasureArrange )
114114 {
115+ this . UpdateLayout ( ) ;
115116 this . Measure ( new Size ( double . PositiveInfinity , double . PositiveInfinity ) ) ;
116117 this . InvalidateArrange ( ) ;
117118 }
You can’t perform that action at this time.
0 commit comments