Skip to content

Commit

Permalink
(GH-3817) Fix coercing of OpenPaneLength at HamburgerMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Jun 4, 2020
1 parent 3acf3ad commit 58aa755
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 58aa755

Please sign in to comment.