Skip to content

Commit

Permalink
* Resolves #701
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed Apr 20, 2022
1 parent aedfcab commit 05f5878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documents/Help/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Lite - Supports .NET Framework 4.8, .NET Core 3.1 and .NET 6
* Fixed grid cell selection colours for dark/light mode themes
* Blue dark mode themes now have a darker alternate colour
* Resolved [#701](https://github.com/Krypton-Suite/Standard-Toolkit/issues/701), `CueHint` in `KryptonPalette` does not work
* Resolved [#697](https://github.com/Krypton-Suite/Standard-Toolkit/issues/697), Number 9 is handled in ribbon textbox/richtextbox.
* Resolved [#693](https://github.com/Krypton-Suite/Standard-Toolkit/issues/693), Docked controls are rendered with smaller size which hides the caption/title text.
* Resolved [#653](https://github.com/Krypton-Suite/Standard-Toolkit/issues/653), Page Drag&Drop/Floating exception
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ public KryptonPaletteCheckButtons ButtonStyles
#endregion

#region Cue Hint
/*
// Note: Disabled until https://github.com/Krypton-Suite/Standard-Toolkit/issues/669 is completed
/// <summary>Gets or sets the cue hint text.</summary>
/// <value>The cue hint text.</value>
[KryptonPersist]
Expand All @@ -330,6 +332,7 @@ public KryptonPaletteCheckButtons ButtonStyles
public KryptonPaletteCueHintText CueHintText { get; set; }
//public bool ShouldSerializeCueHintText() => !CueHintText.IsDefault;
*/

#endregion

Expand Down

0 comments on commit 05f5878

Please sign in to comment.