mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Fixed an issue regarding ACLs and Sahara handling
This commit is contained in:
@@ -155,7 +155,8 @@ namespace WPinternals
|
||||
FlowDirection.LeftToRight,
|
||||
new Typeface(PathTextBlock.FontFamily, PathTextBlock.FontStyle, PathTextBlock.FontWeight, PathTextBlock.FontStretch),
|
||||
FontSize,
|
||||
Foreground
|
||||
Foreground,
|
||||
100 / 96
|
||||
);
|
||||
|
||||
resultSize.Height = formatted.Height;
|
||||
@@ -175,7 +176,8 @@ namespace WPinternals
|
||||
FlowDirection.LeftToRight,
|
||||
new Typeface(CaptionTextBlock.FontFamily, CaptionTextBlock.FontStyle, CaptionTextBlock.FontWeight, CaptionTextBlock.FontStretch),
|
||||
FontSize,
|
||||
Foreground
|
||||
Foreground,
|
||||
100 / 96
|
||||
);
|
||||
double CaptionWidth = formatted.Width;
|
||||
if (CaptionWidth > 0)
|
||||
@@ -203,7 +205,8 @@ namespace WPinternals
|
||||
FlowDirection.LeftToRight,
|
||||
new Typeface(PathTextBlock.FontFamily, PathTextBlock.FontStyle, PathTextBlock.FontWeight, PathTextBlock.FontStretch),
|
||||
FontSize,
|
||||
Foreground
|
||||
Foreground,
|
||||
100 / 96
|
||||
);
|
||||
|
||||
if (NewWidth < 0)
|
||||
@@ -275,7 +278,8 @@ namespace WPinternals
|
||||
FlowDirection.LeftToRight,
|
||||
new Typeface(PathTextBlock.FontFamily, PathTextBlock.FontStyle, PathTextBlock.FontWeight, PathTextBlock.FontStretch),
|
||||
FontSize,
|
||||
Foreground
|
||||
Foreground,
|
||||
100 / 96
|
||||
);
|
||||
|
||||
widthOK = formatted.Width < MaxWidth;
|
||||
|
||||
Reference in New Issue
Block a user