On Thu, 17 Feb 2011 07:31:05 +0000, Andrei Kopats <[email protected]> wrote: > Hello > > I use WrapNone line wrapping sltyle, because would like to use > horizontal scroll bar for long lines. But, I dislike, that horizontal > scrollbar is always visible, even if I don't need it. (I need it not so > often, because long lines are prohibited by coding style) > Why don't you use Qt::ScrollBarAsNeeded hor the horizontal scroll bar?
Because it wouldn't make any difference. The underlying Scintilla code (for reasons of speed) does not provide accurate information about the state of the horizontal scrollbar. Phil _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
