We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you select a Color from the RecentColorPalette and close the ColorPicker the control loses the SelectedColor and sets the default instead.
Color
RecentColorPalette
ColorPicker
SelectedColor
AddToRecentColor=ColorPickerClosed
ColorPicker should remember the selection.
ColorPicker looeses the selection. This behaviour exists since the last recent changes. The problem seems to be related to removing these lines:
MahApps.Metro version: v2.4.1 Windows build number: Win10 20H2 [Version 10.0.19042.662] Visual Studio: 2019 16.6.0 Target Framework: .Net Core 3.1 (v4.5.2, v4.7.2)
The text was updated successfully, but these errors were encountered:
(MahAppsGH-3991) Fix adding colors to recent colors by AddColorToRece…
e5cde11
…ntColors
Successfully merging a pull request may close this issue.
Describe the bug
If you select a
Color
from theRecentColorPalette
and close theColorPicker
the control loses theSelectedColor
and sets the default instead.Steps to reproduce
AddToRecentColor=ColorPickerClosed
ColorPicker
serveral timesExpected behavior
ColorPicker
should remember the selection.Actual behavior
ColorPicker
looeses the selection. This behaviour exists since the last recent changes. The problem seems to be related to removing these lines:Environment
Screenshots
The text was updated successfully, but these errors were encountered: