Skip to content

Commit

Permalink
fixed text color changing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelzixizhou committed Jun 16, 2023
1 parent 2fc98b8 commit 2d24429
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ def gui_control(self, event: pygame.event.Event) -> bool:
self.mode = "drawing"
case 2:
self.mode = "eraser"
print("in")

case 3:
self.mode = "movement"
case 4:
Expand Down

0 comments on commit 2d24429

Please sign in to comment.