Skip to content

Commit 1017424

Browse files
authored
Merge branch 'v2' into v2-try-again
2 parents 6956d3a + a698b34 commit 1017424

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/TerminalGuiDesigner.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<PackageIcon>logo.png</PackageIcon>
3434
<PackageReadmeFile>README.md</PackageReadmeFile>
3535
<PackageReleaseNotes>
36+
2.0.0-alpha.4402
37+
* Bugfix for clicking views in tabviews.
3638
2.0.0-alpha.4401
3739
* Add keybinding screen and save in app data
3840
2.0.0-alpha.4400

src/ViewExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ public static bool IsBorderlessContainerView(this View v)
254254
/// <returns>The <see cref="View"/> at the given screen location or null if none found.</returns>
255255
public static View? HitTest(this View w, MouseEventArgs m, out bool isBorder, out bool isLowerRight, params View[] ignoring)
256256
{
257-
//ignoring = ignoring.Union(w.GetAllNonDesignableSubviews()).ToArray();
258-
259257
// hide the views while we perform the hit test
260258
foreach (View v in ignoring)
261259
{

0 commit comments

Comments
 (0)