]> git.lyx.org Git - features.git/commit
Fix #8338.
authorRichard Heck <rikiheck@lyx.org>
Thu, 19 Apr 2018 03:03:24 +0000 (23:03 -0400)
committerRichard Heck <rikiheck@lyx.org>
Sat, 21 Apr 2018 03:48:50 +0000 (23:48 -0400)
commit00522ecd3f3d9bd6f19215b21f989824895acf8c
tree84f818e2cd2bbdad20fc28fcba04603e44ded022
parent7d0b7e0840dcaf31d15cd9ecd83edba10879252b
Fix #8338.

The idea here is to force commands to be run syncrhonously when
they are launched via "command-sequence" or "repeat". We do this
by using a new flag in FuncRequest.

(cherry picked from commit 2477493cf5641c9e6ccb4c1b52548a0e9b104ea0)
src/FuncRequest.cpp
src/FuncRequest.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp