13
0

better way to switch to a tab

This commit is contained in:
Paul Davis 2015-07-08 15:37:49 -04:00
parent b17cb184a2
commit 9f0ea99fac

View File

@ -142,7 +142,7 @@ Tabbable::show_window ()
this Tabbable.
*/
if (_parent_notebook) {
_parent_notebook->set_current_page (_notebook_position);
_parent_notebook->set_current_page (_parent_notebook->page_num (_contents));
}
}
}