]> git.lyx.org Git - features.git/commit
Avoid potential crashes with missing document buffer in dispatch of buffer based...
authorStephan Witt <switt@lyx.org>
Mon, 17 Feb 2020 12:36:37 +0000 (13:36 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:52 +0000 (15:48 +0200)
commitf963acc3ec89a6d58f8669f8edef9f32010f946a
tree8c51519bc542588f8d9310b37aaf0cd22f5bbef2
parent24bb7d7e5fce0d88e0a46b0e14fe43ef0bc33540
Avoid potential crashes with missing document buffer in dispatch of buffer based LFUNs.

Use LASSERT with appropriate action instead of LATTEST assertions.
Debug build is unchanged and asserts, release build skips the action gracefully.
src/frontends/qt/GuiView.cpp