fix issues of tabbar::relate and tabbar::append

This commit is contained in:
Jinhao
2015-12-08 22:54:27 +08:00
parent 3d1c18cc50
commit 871ddd25af
2 changed files with 10 additions and 6 deletions

View File

@@ -608,6 +608,7 @@ namespace nana
if (pos >= list_.size())
throw std::out_of_range("tabbar: invalid position");
iterator_at(pos)->relative = wd;
API::show_window(wd, basis_.active == pos);
}