]> 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)
committerStephan Witt <switt@lyx.org>
Mon, 17 Feb 2020 12:36:37 +0000 (13:36 +0100)
commita1d68511ac6277093fe6b52f8c06f875eda52245
tree06d34c0bf2c0cfaeebf4bf6c52fc1191522e90cd
parent0f1f00db273fb851104300884379b52d472cdf7a
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