Ticket #1221 (closed defect: fixed)
Ubuntu Natty, getting white lines across the code when I scroll down,
| Reported by: | bowtie | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | 0.85 |
| Keywords: | Ubuntu Natty | Cc: |
Description
From Today
| 16:55 | moo083 | hi there, I'm having trouble in Ubuntu Natty, getting white lines across the code when I scroll down, wondering if anyone knows about it couldnt find anything in the padre ticket system |
| 17:41 | moo0083 | just a note, the white lines in natty when scrolling down was resolved by disabling the new overlaying scrollbars |
| 19:19 | bowtie | Re: <moo0083> white lines in natty when scrolling, I concur, this may help => http://www.webupd8.org/2011/04[…]crollbars-in.html |
sudo su echo "export LIBOVERLAY_SCROLLBAR=0" > /etc/X11/Xsession.d/80overlayscrollbars
- Then Logout and Back In.
Change History
comment:2 Changed 2 years ago by waxhead
OK, for some reason the URL above isn't in full so clicking on it won't work:
http://www.webupd8.org/2011/04/how-to-disable-overlay-scrollbars-in.html
comment:3 Changed 2 years ago by claudio
- Priority changed from trivial to minor
- Status changed from closed to reopened
- Version changed from 0.84 to 0.85
- Resolution fixed deleted
comment:4 Changed 2 years ago by claudio
Transparent fix that does not need changed on the user's computer. Fixed from within Padre at r14398.
comment:5 Changed 2 years ago by claudio
- Status changed from reopened to closed
- Resolution set to fixed
comment:6 Changed 2 years ago by markd
The actual error is in wxWidgets, which we can't fix. Wx::Scintilla has been patched so that Wx::ScintillaTextCtrl? does redraw correctly when overlay scrollbars are used. It makes no difference to Padre since r14398 disables overlay scrollbars - but Wx::Scintilla usage outside Padre is fixed.
Note: See
TracTickets for help on using
tickets.
