mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
hr bug fixed
This commit is contained in:
parent
0d84de2384
commit
74180b6bc9
3 changed files with 4 additions and 1 deletions
|
|
@ -397,7 +397,8 @@ void DeckListModel::printDeckList(QPrinter *printer)
|
|||
cursor.insertBlock(headerBlockFormat, headerCharFormat);
|
||||
|
||||
for (int i = 0; i < root->size(); i++) {
|
||||
cursor.insertHtml("<hr>");
|
||||
cursor.insertHtml("<br><img src=:/resources/hr.jpg>");
|
||||
//cursor.insertHtml("<hr>");
|
||||
cursor.insertBlock(headerBlockFormat, headerCharFormat);
|
||||
|
||||
printDeckListNode(&cursor, dynamic_cast<InnerDecklistNode *>(root->at(i)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue