]> git.lyx.org Git - lyx.git/commit
Fix for #9659 - Qt may send more then one close event to a window. Therefore multiple...
authorStephan Witt <switt@lyx.org>
Sat, 4 Jul 2015 16:59:29 +0000 (18:59 +0200)
committerStephan Witt <switt@lyx.org>
Sat, 4 Jul 2015 16:59:29 +0000 (18:59 +0200)
commit8a772549d7def2c11598ed1ed6e5c510c68e2edd
treef495972ec7ed1cffcac27072abf23ca14f668fad
parent4b027dd4eaef75159c3f70f95b6dae6ce1162331
Fix for #9659 - Qt may send more then one close event to a window. Therefore multiple calls to unregisterView for a GuiView are possible. The first one removes the view from the list of known views, subsequent calls do nothing.
src/frontends/qt4/GuiApplication.cpp