This commit is contained in:
Miodrag Milanovic 2020-02-28 11:02:07 +01:00
parent 6566b5da73
commit 5fa10e1a95

View File

@ -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 {