Skip to content

Commit 335ad70

Browse files
kilbithest31
authored andcommittedMar 5, 2016
Update settings tab + some misc. clean-up
1 parent 096a01f commit 335ad70

File tree

2 files changed

+114
-129
lines changed

2 files changed

+114
-129
lines changed
 

‎builtin/mainmenu/dlg_settings_advanced.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ local function parse_setting_line(settings, line, read_all, base_level, allow_se
151151
if setting_type == "float" then
152152
local default, min, max = remaining_line:match("^"
153153
-- first float is required, the last 2 are optional
154-
.. "(" .. CHAR_CLASSES.FLOAT .. "+)" .. CHAR_CLASSES.SPACE .. "?"
155-
.. "(" .. CHAR_CLASSES.FLOAT .. "*)" .. CHAR_CLASSES.SPACE .. "?"
154+
.. "(" .. CHAR_CLASSES.FLOAT .. "+)" .. CHAR_CLASSES.SPACE .. "*"
155+
.. "(" .. CHAR_CLASSES.FLOAT .. "*)" .. CHAR_CLASSES.SPACE .. "*"
156156
.. "(" .. CHAR_CLASSES.FLOAT .. "*)"
157157
.."$")
158158

0 commit comments

Comments
 (0)