Fixed Button with WantContinuousPressed = true not responding to single clicks

This commit is contained in:
Tig
2024-04-10 00:30:11 -04:00
parent a6ff5629b4
commit e5d01bfdb1
4 changed files with 133 additions and 6 deletions

View File

@@ -495,9 +495,9 @@ public partial class View
};
ColorScheme = cs;
}
return true;
}
// Return false since we don't want to eat the event
return false;
}