]> git.lyx.org Git - lyx.git/commit - src/Buffer.cpp
Code factoring: introduce BufferView::busy()
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 May 2023 09:52:27 +0000 (11:52 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 May 2023 09:57:31 +0000 (11:57 +0200)
commit89db357cd616479eea8f99c632c2404f1734dacb
tree313015664002d31217227a62a63c44b5e6a2d4d7
parentdfc3db773ac79e33b828b2d2b4a008c8a37cd4e9
Code factoring: introduce BufferView::busy()

The WorkArea should not have to look at details of the undo stack.
No change intended.
src/Buffer.cpp
src/Buffer.h
src/BufferView.cpp
src/BufferView.h
src/frontends/qt/GuiWorkArea.cpp