remove breakpoint
This commit is contained in:
@@ -53,7 +53,6 @@ class ClanSelectPage(Gtk.Box):
|
|||||||
def on_double_click(
|
def on_double_click(
|
||||||
self, tree_view: Gtk.TreeView, path: Gtk.TreePath, column: Gtk.TreeViewColumn
|
self, tree_view: Gtk.TreeView, path: Gtk.TreePath, column: Gtk.TreeViewColumn
|
||||||
) -> None:
|
) -> None:
|
||||||
breakpoint()
|
|
||||||
# Get the selection object of the tree view
|
# Get the selection object of the tree view
|
||||||
selection = tree_view.get_selection()
|
selection = tree_view.get_selection()
|
||||||
model, row = selection.get_selected()
|
model, row = selection.get_selected()
|
||||||
|
|||||||
Reference in New Issue
Block a user