mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
Merged revision(s) 49026 #373d706042 from trunk:
Qt: change kind of focuspolicy when controlstyle contains csNoFocus. issue #28090 ........ git-svn-id: branches/fixes_1_4@49038 -
This commit is contained in:
parent
4956f8383e
commit
25ac935a4c
@ -2071,7 +2071,7 @@ begin
|
||||
if (csNoFocus in LCLObject.ControlStyle) then
|
||||
begin
|
||||
if LCLObject.TabStop then
|
||||
setFocusPolicy(QtWheelFocus)
|
||||
setFocusPolicy(QtTabFocus)
|
||||
else
|
||||
setFocusPolicy(QtNoFocus);
|
||||
end else
|
||||
|
Loading…
Reference in New Issue
Block a user