Skip to content

Commit 7bfdcbe

Browse files
Clean tooltips
1 parent 506c6ba commit 7bfdcbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ def make_description(self, description: str) -> None:
692692
self.description_text.initiate_right_click_menu()
693693
self.description_text.grid(row=1, column=0, padx=1, pady=1, sticky=tk.NW)
694694
self.description_text.insert("1.0", description)
695-
# TODO: Tooltips for text doesn't work
696695
self.add_tooltip(self.description_text, "The description of the opened project.")
697696

698697
def update_drives(self) -> None:

0 commit comments

Comments
 (0)