Comment 1 for bug 708255

Revision history for this message
NYbill (bill1234) wrote :

I think I found the fix, Jez. Change the second line in this section as shown:

#add the text view to a scrollable window
  input_scroll = gtk.ScrolledWindow()
  input_scroll.add(tv)
  input_scroll.set_policy(gtk.POLICY_AUTOMATIC,gtk.POLICY_AUTOMATIC)