fix issue in column_cast
This commit is contained in:
@@ -447,7 +447,7 @@ namespace nana
|
||||
{
|
||||
if (0 == pos)
|
||||
return m.index;
|
||||
++pos;
|
||||
--pos;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user