PictureBox: The Picture property does not use the cache anymore, and so does not adapt to dark theme anymore too.
[GB.GUI.BASE] * BUG: PictureBox: The Picture property does not use the cache anymore, and so does not adapt to dark theme anymore too.
This commit is contained in:
parent
8fb4c37fcd
commit
7aead9e314
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Export
|
||||
Inherits UserControl
|
||||
|
||||
Public Const _Properties As String = "*,Padding{Range:0;64},Picture,Stretch,AutoResize,Alignment{Align.*}=TopLeft,Border{Border.None;Plain;Sunken;Raised;Etched},Mode{PictureBox.Normal;Fill;Cover;Contain;Repeat}"
|
||||
Public Const _Properties As String = "*,Padding{Range:0;64},Picture{Picture:NoCache},Stretch,AutoResize,Alignment{Align.*}=TopLeft,Border{Border.None;Plain;Sunken;Raised;Etched},Mode{PictureBox.Normal;Fill;Cover;Contain;Repeat}"
|
||||
Public Const _DefaultEvent As String = "MouseDown"
|
||||
Public Const _DefaultSize As String = "16,16"
|
||||
Public Const _IsContainer As Boolean = False
|
||||
|
|
Loading…
Reference in a new issue