summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2014-07-10 23:02:18 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2014-07-10 23:02:18 +0100
commit290c2d07bb8ff29b1024bf99217cfe05d409c6cc (patch)
treebf63a9ead2b0e120cddad2700ad2c13384ece90f /uidesigner/vfdwidgets.pas
parent7995a7f7e319b08ed0d58bfd141737b9902d8a38 (diff)
downloadfpGUI-290c2d07bb8ff29b1024bf99217cfe05d409c6cc.tar.xz
ui designer: new palette image for the scrollframe
Diffstat (limited to 'uidesigner/vfdwidgets.pas')
-rw-r--r--uidesigner/vfdwidgets.pas5
1 files changed, 4 insertions, 1 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas
index e1e05935..2238e4e5 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -172,7 +172,6 @@ begin
sizeof(stdimg_vfd_colorlistbox),
0, 0);
-
fpgImages.AddMaskedBMP(
'vfd.combobox', @stdimg_vfd_combobox,
sizeof(stdimg_vfd_combobox),
@@ -322,6 +321,10 @@ begin
'vfd.hyperlink', @stdimg_vfd_hyperlink,
sizeof(stdimg_vfd_hyperlink),
0, 0);
+
+ fpgImages.AddBMP(
+ 'vfd.scrollframe', @stdimg_vfd_scrollframe,
+ sizeof(stdimg_vfd_scrollframe));
end;
procedure AddWidgetPosProps(wgc: TVFDWidgetClass);