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