We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d286347 commit 0c2bea4Copy full SHA for 0c2bea4
src/configeditor.cpp
@@ -257,7 +257,7 @@ void ConfigEditor::save() {
257
settings.setValue("y", ui->y->text());
258
settings.setValue("w", ui->w->text());
259
settings.setValue("h", ui->h->text());
260
- settings.setValue("rotation", ui->rotation->text());
+ settings.setValue("rotation", ui->rotation->value());
261
settings.setValue("color", m_color.name());
262
settings.setValue("outline-color", m_outlineColor.name());
263
settings.setValue("outline-width", ui->outlineWidth->value());
0 commit comments