changeset 136:32c8408eb0cb

Cosmetic comment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Aug 2017 23:27:25 +0300
parents 45e17cdde93a
children 1a480e947598
files src/main.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Wed Aug 23 21:30:34 2017 +0300
+++ b/src/main.cpp	Wed Aug 23 23:27:25 2017 +0300
@@ -443,6 +443,8 @@
     // Save window size and position
     tmpst.setValue("pos", pos());
     tmpst.setValue("size", size());
+
+    // Other settings
     tmpst.setValue("scale", settings.uiScale);
 }