Example #1
0
		protected HotkeyEntryWidget(HotkeyEntryWidget widget)
			: base(widget)
		{
			Font = widget.Font;
			TextColor = widget.TextColor;
			TextColorDisabled = widget.TextColorDisabled;
			VisualHeight = widget.VisualHeight;
		}
Example #2
0
 protected HotkeyEntryWidget(HotkeyEntryWidget widget)
     : base(widget)
 {
     Font              = widget.Font;
     TextColor         = widget.TextColor;
     TextColorDisabled = widget.TextColorDisabled;
     VisualHeight      = widget.VisualHeight;
 }