On Tue, Oct 31, 2006 at 06:40:37PM +0100, Abdelrazak Younes wrote:

> >That's not "expected", it's a regression from previous releases. It
> >looks awful (and is unique to lyx).
> 
> It is like this on windows since 1.3.x so I don't see any regression here.

Interesting... on UNIX, it's a single pixel wide, like my other
applications (e.g. Firefox).

> But I agree it looks bad.

Below OK to commit?

regards
john

PS love the new tab work all of you...

$ svn diff frontends/qt4/GuiWorkArea.C
Index: frontends/qt4/GuiWorkArea.C
===================================================================
--- frontends/qt4/GuiWorkArea.C (revision 15641)
+++ frontends/qt4/GuiWorkArea.C (working copy)
@@ -605,7 +605,7 @@

 void GuiWorkArea::showCursor(int x, int y, int h, CursorShape shape)
 {
-       cursor_->setGeometry(x, y, 2, h);
+       cursor_->setGeometry(x, y, 1, h);
        cursor_->shape_ = shape;
        cursor_->on_ = true;
        cursor_->show();

Reply via email to