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.

Michael

Reply via email to