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