Re: [LyX features/properpaint] Cleanup and simplify WorkArea code

2017-08-25 Thread Jean-Marc Lasgouttes
Le 25/07/2017 à 11:33, Pavel Sanda a écrit : Not sure how much strict you wanted to be about cursor/caret but there were bunch of "cursors" left in the patch... P Good catch. I fixed that in the properpaint branch now and also fixed some warnings that I missed because I built in profiling mode

Re: [LyX features/properpaint] Cleanup and simplify WorkArea code

2017-07-25 Thread Jean-Marc Lasgouttes
Le 25/07/2017 à 11:33, Pavel Sanda a écrit : Not sure how much strict you wanted to be about cursor/caret but there were bunch of "cursors" left in the patch... P Indeed :) I'll double check that. JMarc

Re: [LyX features/properpaint] Cleanup and simplify WorkArea code

2017-07-25 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > @@ -486,9 +469,9 @@ void GuiWorkArea::redraw(bool update_metrics) > > // update cursor position, because otherwise it has to wait until > // the blinking interval is over > - if (d->cursor_visible_) { > - d->hideCursor(); > - d