mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
Fix cursor size...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15537 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
583489bcfe
commit
b86a8d09b3
@ -599,7 +599,7 @@ void GuiWorkArea::expose(int x, int y, int w, int h)
|
|||||||
|
|
||||||
void GuiWorkArea::showCursor(int x, int y, int h, CursorShape shape)
|
void GuiWorkArea::showCursor(int x, int y, int h, CursorShape shape)
|
||||||
{
|
{
|
||||||
cursor_->setGeometry(x, y, x + 2, y - h);
|
cursor_->setGeometry(x, y, 2, h);
|
||||||
cursor_->shape_ = shape;
|
cursor_->shape_ = shape;
|
||||||
cursor_->on_ = true;
|
cursor_->on_ = true;
|
||||||
cursor_->show();
|
cursor_->show();
|
||||||
|
Loading…
Reference in New Issue
Block a user