Merge branch 'hotfixes-0.9.1' into develop
Conflicts: include/nana/gui/widgets/progress.hpp source/gui/widgets/date_chooser.cpp source/gui/widgets/progress.cpp source/gui/widgets/treebox.cpp
This commit is contained in:
@@ -53,7 +53,7 @@ namespace nana
|
||||
|
||||
void trigger::week_name(unsigned index, const nana::string& str)
|
||||
{
|
||||
if(0 <= index && index < 7)
|
||||
if(index < 7)
|
||||
this->weekstr_[index] = str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user