mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Changed password input colors
This line didn't get commited but this is part of the last commit. Github keeps doing a thing where it throws errors when I have trailing whitespaces (Which is fine), but when I fix the whitespaces it then commits the changes excluding the lines that I fixed. It's weird.
This commit is contained in:
parent
8ac51ee38a
commit
1e6665cf27
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ class Window_InputNumber < Window_Base
|
|||
end
|
||||
self.contents.draw_text(i * @cursor_width + 4, 0, 32, 32, s[i,1])
|
||||
end
|
||||
else
|
||||
for i in 0...@digits_max
|
||||
self.contents.draw_text(i * @cursor_width + 4, 0, 32, 32, s[i,1])
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue