mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix copy-and-paste bug
This commit is contained in:
parent
c689943a63
commit
d45e831f47
|
@ -91,7 +91,7 @@ range_iterator &range_iterator::operator--()
|
|||
|
||||
if (skip_null_)
|
||||
{
|
||||
while ((**this).empty() && cursor_.row() > bounds_.top_left().column())
|
||||
while ((**this).empty() && cursor_.column() > bounds_.top_left().column())
|
||||
{
|
||||
cursor_.column_index(cursor_.column_index() - 1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user