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:
@@ -159,7 +159,7 @@ namespace nana
|
||||
}
|
||||
});
|
||||
|
||||
triggers_.push_back(tg);
|
||||
triggers_.emplace_back(tg);
|
||||
}
|
||||
private:
|
||||
static void _m_check_restrict_area(nana::point & pos, const nana::size & size, const nana::rectangle& restr_area)
|
||||
|
||||
Reference in New Issue
Block a user