Browse Source

Linked to Issue #246

Charlie Kindel 5 năm trước cách đây
mục cha
commit
14bb8e8d3c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      UICatalog/Scenarios/TimeAndDate.cs

+ 1 - 0
UICatalog/Scenarios/TimeAndDate.cs

@@ -4,6 +4,7 @@ using Terminal.Gui;
 namespace UICatalog {
 	[ScenarioMetadata (Name: "Time And Date", Description: "Illustrates TimeField and time & date handling")]
 	[ScenarioCategory ("Controls")]
+	[ScenarioCategory ("Bug Repro")] // Issue #246
 	class TimeAndDate : Scenario {
 		public override void Setup ()
 		{