[wx-dev] #9590: wxApp at computer shutdown (MSW, others?)

wxTrac noreply at wxsite.net
Sun Jun 15 16:03:52 PDT 2008


Ticket URL: <http://trac.wxwidgets.org/ticket/9590>

#9590: wxApp at computer shutdown (MSW, others?)
-------------------------------------------------+--------------------------
 Reporter:  arst                                 |       Owner:         
     Type:  defect                               |      Status:  new    
 Priority:  normal                               |   Milestone:  2.8.8  
Component:  GUI-all                              |     Version:  2.9-svn
 Keywords:  wxApp system shutdown WM_ENDSESSION  |   Blockedby:         
    Patch:  0                                    |    Blocking:         
-------------------------------------------------+--------------------------
 This improves on the handling of system shutdown notifications
 (WM_ENDSESSION on Win32).

 The previous code had a couple of problems: It did only destroy one TLW
 (an app can have several), and it destroyed the wxApp object before final
 destruction of any pending wxWindow. The patch to corrects both.

 // ATS


--
Ticket URL: <http://trac.wxwidgets.org/ticket/9590>


More information about the wx-dev mailing list