mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Fixes #2896: draw curves without using temporary disk files
This commit is contained in:
parent
7134f38ad5
commit
365d2b6c58
6 changed files with 19 additions and 37 deletions
|
@ -101,7 +101,7 @@ void CompareDialog::dropEvent(QDropEvent *event)
|
|||
if (model1Valid && model2Valid) {
|
||||
multimodelprinter.setModel(0, model1);
|
||||
multimodelprinter.setModel(1, model2);
|
||||
ui->textEdit->setHtml(multimodelprinter.print());
|
||||
ui->textEdit->setHtml(multimodelprinter.print(ui->textEdit->document()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue