Skip to content
Snippets Groups Projects
Commit 2ba2c9c3 authored by Langella Olivier's avatar Langella Olivier
Browse files

trying to write protein as SVG file

parent ed091e66
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ QTextDocument *doc = ui->sequenceTextEdit->document()->clone();
QPainter *p = new QPainter(&generator);
p->setRenderHint(QPainter::Antialiasing, true);
doc->drawContents(p,QRect(0, 0, size.width(), size.height()));
doc->drawContents(p);
p->end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment