cleanup
This commit is contained in:
parent
6566b5da73
commit
5fa10e1a95
@ -430,7 +430,7 @@ void BaseMainWindow::saveSVG()
|
||||
if (!fileName.endsWith(".svg"))
|
||||
fileName += ".svg";
|
||||
bool ok;
|
||||
QString options =
|
||||
QString options =
|
||||
QInputDialog::getText(this, "Save SVG", tr("Save options:"), QLineEdit::Normal, "scale=500", &ok);
|
||||
if (ok) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user