Michael Gerz wrote:
i think that the positioning of the cursor is nicer with the attached (moves it 2 pixels to the right...)- cursor_->setGeometry(x, y, 2, h); + cursor_->setGeometry(x + 2, y, 2, h);Indeed. Committed.
As I said to Edwin, fixing the call would be better. Abdel.