mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Use specific system colors for viewer control. clDefault has problems on QT.
This commit is contained in:
parent
41a4201d05
commit
2ef1185eb6
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ object frmViewer: TfrmViewer
|
|||
OnPositionChanged = ViewerPositionChanged
|
||||
OnMouseUp = ViewerControlMouseUp
|
||||
Align = alClient
|
||||
Color = clWindow
|
||||
Font.Color = clWindowText
|
||||
end
|
||||
end
|
||||
object pnlImage: TPanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue