[LyX/master] Fix bug #10635

Kornel Benko kornel at lyx.org
Wed Jan 13 23:00:17 UTC 2021


Am Wed, 13 Jan 2021 20:38:07 +0100 (CET)
schrieb Richard Kimberly Heck <rikiheck at lyx.org>:

> commit d41ec3368de969a20a16e3812bd388b4ed7beafb
> Author: Richard Kimberly Heck <rikiheck at lyx.org>
> Date:   Wed Jan 13 14:38:48 2021 -0500
> 
>     Fix bug #10635
> ---
>  src/frontends/qt/GuiView.cpp |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
> index 714af17..07e08e0 100644
> --- a/src/frontends/qt/GuiView.cpp
> +++ b/src/frontends/qt/GuiView.cpp
> @@ -4162,6 +4162,8 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult &
> dr) insertLyXFile(from_utf8(cmd.getArg(0)), true);
>  			else
>  				insertLyXFile(cmd.argument());
> +			dr.forceBufferUpdate();
> +			dr.screenUpdate(Update::Force);
>  			break;
>  		}
>  

Probably? this or one of the latest commits causes crashes ATM.

I get the attached. The workarea is the regex-field,
I was trying to modify the regex-content after a cancelled search

	Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: crash
Type: application/octet-stream
Size: 6838 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20210114/f16e039e/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20210114/f16e039e/attachment-0001.asc>


More information about the lyx-devel mailing list