Bug fix for the switching between analysis tabs on MS Windows.
The tab had not been changed when on_page_change() was being called (in contrast to GNU/Linux and
Mac OS X). Now wx.EVT_NOTEBOOK_PAGE_CHANGED is being used to bind the page change event rather than
wx.EVT_NOTEBOOK_PAGE_CHANGING.