mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-25 00:54:39 +03:00
Debug messages have been removed
This commit is contained in:
parent
151ae9d73d
commit
dc5ee3d98b
@ -700,8 +700,7 @@ QString TextItem::getTextPart(int height, int skipHeight){
|
||||
}
|
||||
|
||||
linesHeight = 0;
|
||||
qDebug()<<curBlock.lineCount();
|
||||
qDebug()<<(curBlock == m_text->end());
|
||||
|
||||
for (;curBlock!=m_text->end() || curLine<curBlock.lineCount();curBlock=curBlock.next(), curLine=0, resultText+='\n'){
|
||||
for (;curLine<curBlock.layout()->lineCount();curLine++){
|
||||
if (resultText=="") textPos= curBlock.layout()->lineAt(curLine).textStart();
|
||||
|
Loading…
Reference in New Issue
Block a user