Skip to content
Snippets Groups Projects
Commit 7aead9e3 authored by gambas's avatar gambas
Browse files

PictureBox: The Picture property does not use the cache anymore, and so does...

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.
parent 8fb4c37f
Loading
Pipeline #289298382 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment