Merge branch 'v2_develop' into v2_3256_Remove_Rectangle

* v2_develop:
  Stage 1 of #3256 - Prepare Rect for removal (#3260)
This commit is contained in:
Brandon Thetford
2024-02-22 20:10:38 -07:00
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
using Terminal.Gui;
using Rectangle = Terminal.Gui.Rectangle;
namespace UICatalog.Scenarios;

View File

@@ -7,6 +7,7 @@ using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
using Terminal.Gui;
using Color = Terminal.Gui.Color;
using Rectangle = Terminal.Gui.Rectangle;
namespace UICatalog.Scenarios;