Only compile wxInfoBar unit test if wxUSE_INFOBAR==1 This should have been part of c1fa7055f6 (Fix wxInfoBar buttons regression after custom checkbox addition, 2025-06-02). See #25493.
Set 3.3.0 release date to 2025-06-06
| ... | ... | @@ -236,7 +236,7 @@ Changes in behaviour which may result in build errors |
| 236 | 236 | cursor-related ones.
|
| 237 | 237 | |
| 238 | 238 | |
| 239 | -3.3.0: (released 2025-05-22)
|
|
| 239 | +3.3.0: (released 2025-06-06)
|
|
| 240 | 240 | ----------------------------
|
| 241 | 241 | |
| 242 | 242 | This release contains the following major changes compared to 3.2.8:
|
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
|
| 15 | 15 | Bryan Petty, Francesco Montorsi, Robert Roebling et al
|
| 16 | 16 | |
| 17 | -@date May 22, 2025
|
|
| 17 | +@date June 6, 2025
|
|
| 18 | 18 | |
| 19 | 19 | Welcome to wxWidgets, a stable and powerful open source framework for
|
| 20 | 20 | developing native cross-platform GUI applications in C++!
|
| 1 | -May 22, 2025 -- The wxWidgets team is pleased to announce the first new
|
|
| 1 | +June 6, 2025 -- The wxWidgets team is pleased to announce the first new
|
|
| 2 | 2 | development release of our open source framework for the development of native
|
| 3 | 3 | cross-platform applications in C++.
|
| 4 | 4 |
| ... | ... | @@ -147,4 +147,4 @@ developed by its users and your contributions to it are always welcome! |
| 147 | 147 | |
| 148 | 148 | Have fun!
|
| 149 | 149 | |
| 150 | -The wxWidgets Team, May 2025 |
|
| 150 | +The wxWidgets Team, June 2025 |
| ... | ... | @@ -12,6 +12,8 @@ |
| 12 | 12 | |
| 13 | 13 | #include "testprec.h"
|
| 14 | 14 | |
| 15 | +#if wxUSE_INFOBAR
|
|
| 16 | + |
|
| 15 | 17 | #ifndef WX_PRECOMP
|
| 16 | 18 | #include "wx/app.h"
|
| 17 | 19 | #endif // WX_PRECOMP
|
| ... | ... | @@ -37,3 +39,5 @@ TEST_CASE("wxInfoBar::Buttons", "[wxInfoBar]") |
| 37 | 39 | info->RemoveButton(buttonId);
|
| 38 | 40 | CHECK(info->GetButtonCount() == 0);
|
| 39 | 41 | }
|
| 42 | + |
|
| 43 | +#endif // wxUSE_INFOBAR |
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help