minor change
This commit is contained in:
parent
8d59bf9abb
commit
777c295cc0
|
@ -984,7 +984,7 @@ PSynEditUndoItem SynEditUndoList::popItem()
|
||||||
mBlockCount--;
|
mBlockCount--;
|
||||||
// qDebug()<<"pop"<<mBlockCount;
|
// qDebug()<<"pop"<<mBlockCount;
|
||||||
if (mBlockCount<0) {
|
if (mBlockCount<0) {
|
||||||
// qDebug()<<"block count calculation error";
|
qDebug()<<"block count calculation error";
|
||||||
mBlockCount=0;
|
mBlockCount=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue