浏览代码

wxGUI: forgot to commit new animation settings defaults, related to https://trac.osgeo.org/grass/changeset/65736

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66034 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 年之前
父节点
当前提交
2f2f05de3b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      gui/wxpython/core/settings.py

+ 7 - 0
gui/wxpython/core/settings.py

@@ -811,6 +811,13 @@ class Settings:
                 'bgcolor': {
                     'color': (255, 255, 255, 255),
                     },
+                'nprocs': {
+                    'value': -1,
+                    },
+                'font': {
+                    'bgcolor': (255, 255, 255, 255),
+                    'fgcolor': (0, 0, 0, 255),
+                    },
                 'temporal': {
                     'format': '%Y-%m-%d %H:%M:%S',
                     'nodata': {