mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Cocoa: workaround code about edtCommand removed by new Lcl/Cocoa version
This commit is contained in:
parent
8359ee6da1
commit
39b5ed90bc
1 changed files with 0 additions and 8 deletions
|
|
@ -1208,14 +1208,6 @@ begin
|
|||
// 5. the issue can be effectively avoided by setting a larger width.
|
||||
nbLeft.Width:= 2048;
|
||||
nbRight.Width:= 2048;
|
||||
|
||||
// in LCLCOCOA, there is an issue about the order of CM_ENTER messages in edtCommand
|
||||
// since CM_ENTER is sent delayed, when we press a Key in the main form,
|
||||
// edtCommand.SelStart set in TypeInCommandLine() is overwritten when CM_ENTER is processed.
|
||||
// if edtCommand.AutoSelect=True, it will cause all selected.
|
||||
// there is the MR in LCL, but it has not been merged yet.
|
||||
// see also: https://gitlab.com/freepascal.org/lazarus/lazarus/-/merge_requests/116
|
||||
edtCommand.AutoSelect:= false;
|
||||
{$ENDIF}
|
||||
|
||||
LoadTabs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue