> No, this is hardcoded in LyX, in GuiWorkArea.cpp, 2 pixel
> wide for 
> Windows platform and 1 pixel for the rest of the world:
> 
> #ifdef Q_WS_WIN
> int const CursorWidth = 2;
> #else
> int const CursorWidth = 1;
> #endif
> 
> Abdel.

 Thanks!
 I changed 1 by 4, compiled and I get the wanted cursor.

Marcelo



Reply via email to