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
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
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