mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Merge f498c4123b
into c1ad1d4a93
This commit is contained in:
commit
a27706f941
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