Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6f4b3b

Browse files
committed
Empty masked inputs no longer show a single mask glyph.
Fixes#5913.
1 parent5dbd501 commitf6f4b3b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎renpy/display/behavior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ def update_text(self, new_content, editable, check_size=False):
15451545
defset_content(content):
15461546

15471547
ifcontent=="":
1548-
content=u""
1548+
content="\u200b"
15491549

15501550
ifeditable:
15511551
l=len(content)

‎sphinx/source/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Changelog (Ren'Py 7.x-)
1111
Fixes
1212
-----
1313

14+
Empty masked inputs no longer show a single mask glyph.
15+
1416
If a:class:`Movie` has a transform as its `image` or `show_image`, that transform
1517
is reset each time the movie is shown.
1618

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp