Skip to content

Commit

Permalink
Disable double buffering to fix combo box drawing on Windows 11
Browse files Browse the repository at this point in the history
  • Loading branch information
diversenok committed Nov 8, 2021
1 parent 55bbf7d commit d116d85
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion UI/UI.AppContainer.List.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ object DialogACProfiles: TDialogACProfiles
ClientHeight = 307
ClientWidth = 552
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Expand Down
1 change: 0 additions & 1 deletion UI/UI.MainForm.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ object FormMain: TFormMain
ClientHeight = 303
ClientWidth = 750
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Expand Down
1 change: 0 additions & 1 deletion UI/UI.Modal.Logon.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ object LogonDialog: TLogonDialog
Color = clBtnFace
Constraints.MinHeight = 320
Constraints.MinWidth = 266
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Expand Down
1 change: 0 additions & 1 deletion UI/UI.New.Safer.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ object DialogSafer: TDialogSafer
Color = clBtnFace
Constraints.MinHeight = 220
Constraints.MinWidth = 290
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Expand Down

0 comments on commit d116d85

Please sign in to comment.