Skip to content

Commit

Permalink
Merge pull request #1795 from Krypton-Suite/alpha-66-CannotDesignRibbons
Browse files Browse the repository at this point in the history
- Use the winform base type for the designer editor
  • Loading branch information
PWagner1 authored Sep 29, 2024
2 parents 418d31d + 12bf885 commit db4e33b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Documents/Changelog/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=======

## 2024-11-xx - Build 2411 - November 2024
* Resolved [#66](https://github.com/Krypton-Suite/Standard-Toolkit/issues/66), Cannot Add Ribbon-Buttons-Container (KryptonRibbonGroupTripple) when using .netcore onwards [Returns error due to abstract class]
* Resolved [#1757](https://github.com/Krypton-Suite/Standard-Toolkit/issues1757), KForm has a thin magenta border after the fix of #1749
* Implemented [#1765](https://github.com/Krypton-Suite/Standard-Toolkit/issues/1765), Colours for `KryptonRibbon` contexts need sorting out
* Resolved [#1715](https://github.com/Krypton-Suite/Standard-Toolkit/issues/1715), Not Implemented Exception thrown for `GetRibbonBackColorStyle` `PaletteOffice2010Base.cs`
Expand Down Expand Up @@ -155,6 +156,7 @@
=======

# 2024-10-14 - Build 2410 (Patch 3) - October 2024
* Resolved [#66](https://github.com/Krypton-Suite/Standard-Toolkit/issues/66), Cannot Add Ribbon-Buttons-Container (KryptonRibbonGroupTripple) when using .netcore onwards [Returns error due to abstract class]
* Resolved [#297](https://github.com/Krypton-Suite/Standard-Toolkit/issues/297), Office 2k7 colour usages are wrong
* Resolved [#1772](https://github.com/Krypton-Suite/Standard-Toolkit/issues/1772), `KryptonDataGridViewComboBoxCell` properties, `AutoCompleteMode` and `AutoCompleteSource` have incorrect default values.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public int MaximumWidth
[Category(@"Visuals")]
[Description(@"Collection of ribbon group items.")]
[MergableProperty(false)]
[Editor(typeof(KryptonRibbonGroupContainerCollectionEditor), typeof(CollectionEditor))]
[Editor(typeof(KryptonRibbonGroupContainerCollectionEditor), typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupContainerCollection Items { get; }

Expand Down

0 comments on commit db4e33b

Please sign in to comment.