You've already forked lazarus-ccr
NiceSideBar: Fix crash when an image list used several times in the component is deleted in the form designer. Beginning to support high-dpi.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8856 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -9,7 +9,7 @@ object Form1: TForm1
|
||||
ClientWidth = 623
|
||||
Color = clWhite
|
||||
Position = poDesktopCenter
|
||||
LCLVersion = '2.3.0.0'
|
||||
LCLVersion = '3.99.0.0'
|
||||
object Shape1: TShape
|
||||
Left = 0
|
||||
Height = 113
|
||||
@ -271,6 +271,7 @@ object Form1: TForm1
|
||||
TabOrder = 8
|
||||
end
|
||||
object ImageList1: TImageList
|
||||
Scaled = True
|
||||
Left = 240
|
||||
Top = 136
|
||||
Bitmap = {
|
||||
@ -297,6 +298,7 @@ object Form1: TForm1
|
||||
}
|
||||
end
|
||||
object ImageList2: TImageList
|
||||
Scaled = True
|
||||
Left = 320
|
||||
Top = 136
|
||||
Bitmap = {
|
||||
|
Reference in New Issue
Block a user