Skip to content

Commit

Permalink
refactor & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodus-Melodus committed Jul 27, 2024
1 parent 26bda35 commit 5e79ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions phIDE.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,9 +942,7 @@ def run_menu_click(self) -> None:
self.menu_open = True

def process_menu_shortcuts(self, name: str) -> None:
self.file_menu_click()
self.edit_menu_click()
self.run_menu_click()
self.menu_open = False
self.right_click_popup.place_forget()

match name:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="phIDE",
version="1.7.6",
version="1.7.7",
description="phi IDE",
executables=[exe],
options={
Expand Down

0 comments on commit 5e79ee6

Please sign in to comment.