]> git.mxchange.org Git - flightgear.git/commit
Close dialogs on GUI shutdown
authorJames Turner <zakalawe@mac.com>
Sun, 16 Mar 2014 22:52:55 +0000 (22:52 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 16 Mar 2014 22:52:55 +0000 (22:52 +0000)
commit070dba29f9390806457206c2660f2daebd3d847c
tree8e6d82975c25d0615be392e62c1c161db06e61b3
parent2d5d43a57d8c0aeb655ae9255cd767f35f6f8517
Close dialogs on GUI shutdown

- avoids orphaned dialogs on reset
- requires some guards in NasalSys since Nasal is shutdown first, but
  dialogs can have Nasal modules.
src/GUI/new_gui.cxx
src/GUI/new_gui.hxx
src/Scripting/NasalSys.cxx
src/Scripting/NasalSys.hxx