Skip to content
Snippets Groups Projects
Commit 887e8bb1 authored by Marko Mecina's avatar Marko Mecina
Browse files

include parameter block when drag'n'dropping commands from TC overview

parent 3917ebe8
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ class TcTable(Gtk.Grid):
def on_drag_data_get(self, treeview, drag_context, selection_data, info, time, *args):
treeselection = treeview.get_selection()
model, my_iter = treeselection.get_selected()
selection_data.set_text(cfl.make_tc_template(descr, comment=False), -1)
selection_data.set_text(cfl.make_tc_template(descr, comment=False, add_parcfg=True), -1)
def on_drag_begin(self, *args):
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment