Skip to content

Commit fb7cc16

Browse files
committed
Update built wx to latest master commit
This includes a fix for flickering in the text editor when the direct2d renderer is enabled
1 parent 7b4bbd9 commit fb7cc16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ if (BUILD_WX)
3131
FetchContent_Declare(
3232
wxWidgets
3333
GIT_REPOSITORY https://github.com/wxWidgets/wxWidgets.git
34-
GIT_TAG v3.3.0
34+
GIT_TAG 5550862651146739cf43e07b95d3963241506715 # master as of 2025-10-21
35+
#GIT_TAG v3.3.1
3536
)
3637
FetchContent_GetProperties(wxwidgets)
3738
FetchContent_MakeAvailable(wxwidgets)

0 commit comments

Comments
 (0)