]> 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:37:58 +0000 (23:37 -0400)
commit2477493cf5641c9e6ccb4c1b52548a0e9b104ea0
tree459443581709c7aa52d5ac1bf06a63d259661f1c
parentdd2efe8d0d1fb7070c4fa0cbcb52f15a48bec33b
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.
src/FuncRequest.cpp
src/FuncRequest.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp