The only real change in this commit is the use of wxRound() instead of truncating cast to int when rescaling icons. The rest consists of just some cleanup: - Initialize (mostly) pointer member variables in their declaration. - Remove wxT() from strings. - Replace checks for __WXMAC__ with checks for __WXOSX__. - Replace macros with lambda functions. - Add "explicit" - Replace wxString::IsEmpty() with empty(). - Use wxNOT_FOUND instead of -1. - Use static_cast<> instead of C-style casts. Closes #24261. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||