small fixes

This commit is contained in:
Kvarkas
2026-02-10 22:03:02 +00:00
parent 5efcc653eb
commit d4bca6b03d
11 changed files with 45 additions and 26 deletions

View File

@@ -1906,7 +1906,7 @@ namespace BrightIdeasSoftware
[Category("ObjectListView"),
Description("The image list from which group header will take their images"),
DefaultValue(null)]
public ImageList GroupImageList
public new ImageList GroupImageList
{
get { return this.groupImageList; }
set