mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
ImeMode = ImeMode.On → ImeMode.NoControl
When inserting text in Korean Windows, there was an error where English letters were entered full-width instead of half-width. Changes were made to correct errors.
This commit is contained in:
parent
bb7a374390
commit
f498c4123b
1 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@ namespace Greenshot.Editor.Drawing
|
|||
{
|
||||
_textBox = new TextBox
|
||||
{
|
||||
ImeMode = ImeMode.On,
|
||||
ImeMode = ImeMode.NoControl,
|
||||
Multiline = true,
|
||||
AcceptsTab = true,
|
||||
AcceptsReturn = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue