]> git.lyx.org Git - features.git/commit
Fix bug #9907: We get a crash if we first close a master buffer one of
authorRichard Heck <rgheck@lyx.org>
Tue, 5 Jan 2016 14:53:42 +0000 (09:53 -0500)
committerRichard Heck <rgheck@lyx.org>
Tue, 5 Jan 2016 14:59:31 +0000 (09:59 -0500)
commit0407364392abca866ee5a3da3c89ad41811ed81f
tree1154df962fe4e6ffba91b16e0f4b2458ca7db1ca
parente8ffb0c97aa7c5a27dd3fcfc79a4ce13d8701762
Fix bug #9907: We get a crash if we first close a master buffer one of
whose children is also a child of another buffer, then try to close that
one.

The problem is that we do not check properly to make sure that the child
is not a child of some other buffer. Now we do.
src/frontends/qt4/GuiView.cpp