]> git.lyx.org Git - features.git/commit
Fix Undocked Outliner & multiple window crashes (#11004).
authorPavel Sanda <sanda@lyx.org>
Mon, 12 Mar 2018 13:34:24 +0000 (14:34 +0100)
committerPavel Sanda <sanda@lyx.org>
Mon, 12 Mar 2018 13:34:24 +0000 (14:34 +0100)
commit8725614e3f147253ad2f900bcbbf9324fdd09e32
tree1277f65d23369691e76b3487baef66d49af70633
parente41c80e224bfd89497e9cf9ddea73f1e635587e8
Fix Undocked Outliner & multiple window crashes (#11004).

There are more independent crashes occuring in this scenario and this
fix targets only one of them, in particular the one in which different
window's outliner sends outliner command to a wrong window. The fix
itself gives an option for lfun to know which window it belongs to.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203619.html
src/FuncRequest.cpp
src/FuncRequest.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/TocModel.cpp
src/frontends/qt4/TocModel.h
src/frontends/qt4/TocWidget.cpp
src/frontends/qt4/TocWidget.h