Skip to content

Commit

Permalink
Merge pull request #3837 from MahApps/fix/GH-3817-OpenPaneLength-Coer…
Browse files Browse the repository at this point in the history
…ceValue

(GH-3817) Fix coercing of OpenPaneLength at HamburgerMenu
  • Loading branch information
punker76 committed Jun 4, 2020
2 parents 3acf3ad + 58aa755 commit 8646add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private static object OnOpenPaneLengthCoerceValueCallback(DependencyObject depen
}
else
{
return OpenPaneLengthProperty.DefaultMetadata.DefaultValue;
return inputValue;
}
}

Expand Down

0 comments on commit 8646add

Please sign in to comment.