You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open the JSyntaxPane Tester
2. Click "Toggle line numbers", then click it again (disable then enable)
3. The line numbers are now partly obscured until an event like keypress happens
What version of the product are you using? On what operating system?
r095, Windows
Original issue reported on code.google.com by eliben on 4 Jun 2011 at 6:15
The text was updated successfully, but these errors were encountered:
I think the problem is that setPreferredWidth() isn't called in
LineNumbersRuler.install(), but only in LineNumbersRuler().documentChanged()
Adding a call to setPreferredWidth() in LineNumbersRuler.install(), right
before the call to repaint(), fixes the problem.
Original issue reported on code.google.com by
eliben
on 4 Jun 2011 at 6:15The text was updated successfully, but these errors were encountered: