]> git.lyx.org Git - lyx.git/commit
Remove handling of dispatched() property in BufferView::dispatch
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Sep 2024 14:21:47 +0000 (16:21 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Sep 2024 14:21:47 +0000 (16:21 +0200)
commite5c31699b4d8fd13c71212158d835c7fa750100f
treed0016294be37079f4a400fe4e24e58cc39abc545
parent6c20e5db7db662239e8c2bd47fe28d18b27bd729
Remove handling of dispatched() property in BufferView::dispatch

As indicated in DispatchResult.h, this is only needed in insets'
doDispatch() methods, where lfuns can be delegated to a higher lever.
src/BufferView.cpp