refine code
fix bug that listbox may throw std::runtime when the modal is enabled fix bug that textbox attachs a wrong event angent
This commit is contained in:
@@ -285,8 +285,7 @@ namespace nana{ namespace drawerbase
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
ui_container_.push_back(el);
|
||||
ui_container_.emplace_back(el);
|
||||
}
|
||||
|
||||
std::size_t radio_group::checked() const
|
||||
|
||||
Reference in New Issue
Block a user