Skip to content

Commit

Permalink
Commented out references to SidePanel button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran Bond committed Nov 20, 2019
1 parent 2626404 commit 8752e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MiniSpotify/MiniSpotify/Source/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void OnClickEditorButton(object a_sender, RoutedEventArgs a_args)
{
//Update any UI in this block.
RotateTransform rotateTransform = new RotateTransform(180);
EditorButton.RenderTransform = rotateTransform;
//EditorButton.RenderTransform = rotateTransform;
});


Expand All @@ -174,7 +174,7 @@ public void OnClickEditorButton(object a_sender, RoutedEventArgs a_args)
{
//Update any UI in this block.
RotateTransform rotateTransform = new RotateTransform(0);
EditorButton.RenderTransform = rotateTransform;
//EditorButton.RenderTransform = rotateTransform;
});

editWindow.Hide();
Expand Down

0 comments on commit 8752e73

Please sign in to comment.