Fixes #26068
https://github.com/wxWidgets/wxWidgets/pull/26072
(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 approved this pull request.
Thanks for fixing this, will merge soon (with a possible rename).
> @@ -3305,6 +3305,16 @@ void DrawGridLines(wxListCtrl* listctrl, int item, int gap = 0)
}
}
+wxColour GetListCtrlBgCol(wxListCtrl* listctrl)
Maybe rename this to GetEffectiveBackgroundColour() or something like this to make it more clear that this is different from member GetBackgroundColour()?
(I could change this myself when applying if you agree)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent commented on this pull request.
> @@ -3305,6 +3305,16 @@ void DrawGridLines(wxListCtrl* listctrl, int item, int gap = 0)
}
}
+wxColour GetListCtrlBgCol(wxListCtrl* listctrl)
Fine with me 👍
—
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.![]()