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