]> git.lyx.org Git - features.git/commit
Effectively disable the "Stop command?" dialog
authorScott Kostyshak <skostysh@lyx.org>
Fri, 25 Nov 2022 15:06:59 +0000 (10:06 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 25 Nov 2022 15:25:40 +0000 (10:25 -0500)
commit6d4ab799172b93dfa0ec8a68ad41c824357aeead
treeae785e5a7a81a14f83ce550f520aa12689858dbb
parent68c7953422f5f1e05fdc2efd913857836d951fe0
Effectively disable the "Stop command?" dialog

We now allow the user to cancel the background process at any point
(via the red "x" in the status bar or Document > Cancel Export), so
we do not need to poll the user with the dialog.

The patch works by setting timeout to "-1" which is treated as a
special value to disable the poll.

Fix (by obviation) #12531 and #9953, which were about the dialog.
lib/RELEASE-NOTES
src/support/os.cpp