slider icons fix
This commit is contained in:
parent
ce552926aa
commit
359629fe27
|
|
@ -570,9 +570,9 @@ class Window_Settings
|
||||||
end
|
end
|
||||||
|
|
||||||
def redraw()
|
def redraw()
|
||||||
redraw_icon
|
|
||||||
offset = !!@icon_position ? ICON_SIZE * 2 + 8 : 0
|
offset = !!@icon_position ? ICON_SIZE * 2 + 8 : 0
|
||||||
@sprite.bitmap.clear
|
@sprite.bitmap.clear
|
||||||
|
redraw_icon
|
||||||
@sprite.bitmap.font.color = Color.new(255, 255, 255)
|
@sprite.bitmap.font.color = Color.new(255, 255, 255)
|
||||||
|
|
||||||
@sprite.bitmap.draw_text(offset, 0, @sprite.bitmap.width - @value_width - offset, @sprite.bitmap.height, tr(@name))
|
@sprite.bitmap.draw_text(offset, 0, @sprite.bitmap.width - @value_width - offset, @sprite.bitmap.height, tr(@name))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue