Added Button to save - updated SplitView functionality - updated SplitViewOpenButton
This commit is contained in:
@@ -75,6 +75,7 @@ public class MainWindowViewModel : ViewModelBase
|
||||
private void ChangeSelectedColor(SolidColorBrush color)
|
||||
{
|
||||
Brush = color;
|
||||
SelectedColor = color.Color.ToString();
|
||||
}
|
||||
|
||||
private void OnCanvasPointerPressed(PointerPressedEventArgs? e)
|
||||
|
||||
Reference in New Issue
Block a user