mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed Button with WantContinuousPressed = true not responding to single clicks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user