Skip to content

Commit

Permalink
Bug 1466: Increase length limit for custom command and console
Browse files Browse the repository at this point in the history
https://winscp.net/tracker/1466

Source commit: 3214321e81a42a6f2592734b6e17534896252de1
  • Loading branch information
martinprikryl committed Jan 27, 2018
1 parent bd2a29a commit 895c04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/forms/Console.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,7 @@ object ConsoleDialog: TConsoleDialog
Height = 21
AutoComplete = False
Anchors = [akLeft, akTop, akRight]
MaxLength = 2048
TabOrder = 0
OnChange = CommandEditChange
end
Expand Down
1 change: 1 addition & 0 deletions source/forms/CustomCommand.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ object CustomCommandDialog: TCustomCommandDialog
Height = 21
AutoComplete = False
Anchors = [akLeft, akTop, akRight]
MaxLength = 2048
TabOrder = 1
OnChange = ControlChange
OnGetData = CommandEditGetData
Expand Down

0 comments on commit 895c04f

Please sign in to comment.