Skip to content

Commit 3edd6e9

Browse files
committed
Update IMEHandler.cs
1 parent 4230c30 commit 3edd6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientGUI/IME/IMEHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ bool IIMEHandler.GetDrawCompositionText(XNATextBox sender, out string compositio
168168
}
169169

170170
bool IIMEHandler.HandleCharInput(XNATextBox sender, char input) =>
171-
((IIMEHandler)this).TextCompositionEnabled;
171+
TextCompositionEnabled;
172172

173173
bool IIMEHandler.HandleEnterKey(XNATextBox sender)
174174
=> false;

0 commit comments

Comments
 (0)