https://github.com/wxWidgets/wxWidgets/pull/25885
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@vadz commented on this pull request.
> @@ -3902,7 +3903,11 @@ void wxGenericTreeCtrl::OnMouse( wxMouseEvent &event ) { // only toggle the item for a single click, double click on // the button doesn't do anything (it toggles the item twice) - if ( event.LeftDown() ) + // Reply: wxWidgets only sends one LeftDown() event and if you
Thanks, I'm going to merge this but I don't understand the format of this comment, what is this replying to?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
--
You received this message because you are subscribed to the Google Groups "wx-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wx-dev+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wx-dev/wxWidgets/wxWidgets/pull/25885/review/3342046573%40github.com.
Taking into account your post about missing wxEVT_LEFT_DOWN
events in wxOSX, I take my words back: we probably shouldn't apply this if we can fix that bug instead.
I can still apply the first part if you'd like.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@RobertRoeb pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.
I can still apply the first part if you'd like.
Exactly, I just removed the rest
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Thanks, I'll merge this soon but FWIW I think this is still wrong, we really shouldn't be hard coding "white" anywhere, as it must not work in dark mode.
The same applies to wxBLACK_PEN
used under non-Mac platforms too, of course...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.