Tabbed wizard forms when the user switch to another act_window
When using a tabbed wizard which contains a notebook with multiple pages, if the user switches to another form then back to the wizard the wizard's form is reset (ie if the user selected the second page of the notebook, the first one will be selected).
It's due to the fact that contrary to the other tabs, the tabbed wizards set_cursor
function resets the form.