]> git.lyx.org Git - features.git/commit
buffer-forall now disables async
authorScott Kostyshak <skostysh@lyx.org>
Sat, 21 Apr 2018 17:31:49 +0000 (13:31 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 22 Apr 2018 02:59:26 +0000 (22:59 -0400)
commit8be514258f59ec877c34fa3d7f090e231df0ccef
treebe5857193398528110f44ed65655a9922f6c098a
parent97021ee3691a33f594e8b05258d6525abfb1f378
buffer-forall now disables async

Before, the command

  buffer-forall buffer-export

only exported one buffer for me. With async disabled, the command
works as documented and successfully exports all buffers.

Also before, I received an assertion from

  buffer-forall buffer-close

which caused a SIGSEGV at #9422. Now, the action works as expected.
src/frontends/qt4/GuiApplication.cpp