highlighting text, screen doesn't scroll
Bug #708255 reported by
NYbill
This bug report was converted into a question: question #223265: highlighting text, screen doesn't scroll.
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
markdowner |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When highlighting text with the mouse, and needing to get more text that is off screen up or down, the screen doesn't scroll.
Changed in markdowner: | |
status: | New → Invalid |
To post a comment you must log in.
I think I found the fix, Jez. Change the second line in this section as shown:
#add the text view to a scrollable window dow() scroll. add(tv) scroll. set_policy( gtk.POLICY_ AUTOMATIC, gtk.POLICY_ AUTOMATIC)
input_scroll = gtk.ScrolledWin
input_
input_