removing useless self.reconfigure_vte() in on_drag_data_received()
This commit is contained in:
parent
bdad9597f7
commit
649bc21750
|
@ -372,7 +372,6 @@ class TerminatorTerm:
|
||||||
|
|
||||||
pane.show()
|
pane.show()
|
||||||
pane.set_position (position / 2)
|
pane.set_position (position / 2)
|
||||||
self.reconfigure_vte()
|
|
||||||
|
|
||||||
def spawn_child (self, event=None):
|
def spawn_child (self, event=None):
|
||||||
update_records = self.gconf_client.get_bool (self.profile + "/update_records") or True
|
update_records = self.gconf_client.get_bool (self.profile + "/update_records") or True
|
||||||
|
|
Loading…
Reference in New Issue