]> git.lyx.org Git - lyx.git/commit
Properly clean cache which binds inset and dialog.
authorPavel Sanda <sanda@lyx.org>
Wed, 19 Dec 2018 20:31:26 +0000 (21:31 +0100)
committerPavel Sanda <sanda@lyx.org>
Wed, 19 Dec 2018 20:31:26 +0000 (21:31 +0100)
commit99bfe201208a5cb4553cb88d0633ebc1c64b828c
tree1067c649dd7b8524d2119f07b20076043c99c005
parentaf5909beac66993103fefa9828ec0eb038230e58
Properly clean cache which binds inset and dialog.

We fill up edited insets into cache when editing inset is triggered, but
this cache is never cleared up for dialogs unassociated with some inset
- thus when e.g. graphics dialog is open for completely new image the
old cache is (wrongly) used.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg207192.html
src/BufferView.cpp
src/frontends/qt4/GuiView.cpp