]> git.lyx.org Git - features.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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:52 +0000 (14:39 +0200)
commit0a3deeded1248d876aff65105c64fb21cc8c9035
tree1067c649dd7b8524d2119f07b20076043c99c005
parent1002153dcf51240630050edb47fd20bbb215a275
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