Re: Cursor in front of image half invisible

2023-05-02 Thread Jean-Marc Lasgouttes
Le 27/04/2023 à 19:53, Jean-Marc Lasgouttes a écrit : Go ahead. I'll create a special subclass of InsetGraphics for use with InsetInfo. done. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Cursor in front of image half invisible

2023-04-27 Thread Pavel Sanda
On Thu, Apr 27, 2023 at 07:53:21PM +0200, Jean-Marc Lasgouttes wrote: > Go ahead. I'll create a special subclass of InsetGraphics for use with > InsetInfo. Thanks, it's in. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Cursor in front of image half invisible

2023-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2023 à 17:54, Pavel Sanda a écrit : On Fri, Apr 14, 2023 at 10:43:31PM +0200, Pavel Sanda wrote: Is your proposal to have at least leftOffset == rightOffset == 2 ? I am proposing to have at least 2 pixels ahead of the graphics inset, not sure what that means in InsetGraphics.h languag

Re: Cursor in front of image half invisible

2023-04-27 Thread Pavel Sanda
On Fri, Apr 14, 2023 at 10:43:31PM +0200, Pavel Sanda wrote: > > Is your proposal to have at least leftOffset == rightOffset == 2 ? > > I am proposing to have at least 2 pixels ahead of the graphics inset, > not sure what that means in InsetGraphics.h language... On my screen leftOffset = 3 & rig

Re: Cursor in front of image half invisible

2023-04-14 Thread Pavel Sanda
On Fri, Apr 14, 2023 at 12:21:30PM +0200, Jean-Marc Lasgouttes wrote: > Le 14/04/2023 ?? 10:21, Pavel Sanda a écrit : > >It is better in the sense that it does not look outright buggy, but it still > >looks > >weird. When I added another +1 pixel is looks tight but OK-ish, +2 even > >better IMHO.

Re: Cursor in front of image half invisible

2023-04-14 Thread Jean-Marc Lasgouttes
Le 14/04/2023 à 10:21, Pavel Sanda a écrit : It is better in the sense that it does not look outright buggy, but it still looks weird. When I added another +1 pixel is looks tight but OK-ish, +2 even better IMHO. Where do you add pixels? In left/right offset? One reason I had for making this

Re: Cursor in front of image half invisible

2023-04-14 Thread Pavel Sanda
On Fri, Apr 14, 2023 at 12:06:11AM +0200, Jean-Marc Lasgouttes wrote: > Le 10/04/2023 ?? 21:39, Pavel Sanda a écrit : > >Hi, > > > >this is in current master: > >1. create new file & insert new graphics > >2. move cursor in front of the graphics > >3. only small bottom part of the cursor is visible

Re: Cursor in front of image half invisible

2023-04-13 Thread Jean-Marc Lasgouttes
Le 10/04/2023 à 21:39, Pavel Sanda a écrit : Hi, this is in current master: 1. create new file & insert new graphics 2. move cursor in front of the graphics 3. only small bottom part of the cursor is visible, the rest is hidden behind the image (in other words the cursor is actually not in

Re: Cursor in front of image half invisible

2023-04-10 Thread Scott Kostyshak
On Mon, Apr 10, 2023 at 09:39:32PM +0200, Pavel Sanda wrote: > Hi, > > this is in current master: > 1. create new file & insert new graphics > 2. move cursor in front of the graphics > 3. only small bottom part of the cursor is visible, the rest is hidden behind > the image >(in other words t

Cursor in front of image half invisible

2023-04-10 Thread Pavel Sanda
Hi, this is in current master: 1. create new file & insert new graphics 2. move cursor in front of the graphics 3. only small bottom part of the cursor is visible, the rest is hidden behind the image (in other words the cursor is actually not in front of the image) Anyone can reproduce? Pavel