| Summary: | can't scroll to last two lines of a C++ file | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Gioele Barabucci <dev> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.0.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The C++ source file that show the bug | ||
|
Description
Gioele Barabucci
2004-03-21 12:14:52 UTC
Created attachment 5316 [details]
The C++ source file that show the bug
I found what cause the problem: there is one line that is longer than my screen width (I use a large font) and this cause the horizontal scrollbar to appear as I don't use wordwrap (neither dynamic nor static). When that line disappear, the problem disappear. |