mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
fix: block tooltips on main menu
This commit is contained in:
parent
796dcd5588
commit
54e2d2feaa
@ -1872,6 +1872,8 @@ class TreeView(Gtk.TreeView):
|
||||
) -> bool:
|
||||
if self.is_server_context(self.view) is False:
|
||||
return
|
||||
if self.subpage is None:
|
||||
return
|
||||
|
||||
coords = widget.convert_widget_to_bin_window_coords(x, y)
|
||||
path = self.get_path_at_pos(coords.bx, coords.by)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user