mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -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
|
_textBox = new TextBox
|
||||||
{
|
{
|
||||||
ImeMode = ImeMode.On,
|
ImeMode = ImeMode.NoControl,
|
||||||
Multiline = true,
|
Multiline = true,
|
||||||
AcceptsTab = true,
|
AcceptsTab = true,
|
||||||
AcceptsReturn = true,
|
AcceptsReturn = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue