Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Aug 27, 2024
1 parent 2afc275 commit d62442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystal/ui/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def create_button(self, *args, **kwargs) -> wx.Button:
# Decrease bitmap-to-text spacing on Windows to be reasonable
button.SetBitmapMargins((-6, 0))
# (NOTE: Do NOT set accelerator for the button because it does not
# work on consistently on macOS. Any action added as a button
# work consistently on macOS. Any action added as a button
# should also be added as a menuitem too, and we CAN set an
# accelerator reliably there.)
if self._action_func is not None:
Expand Down

0 comments on commit d62442e

Please sign in to comment.