Skip to content

Commit 329fcd5

Browse files
committed
Update CHANGELOG and Rebuild nuklear.h (3)
1 parent 707a7bb commit 329fcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuklear.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30754,7 +30754,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
3075430754
/// - 2025/04/06 (4.12.7) - Fix text input navigation and mouse scrolling
3075530755
/// - 2025/03/29 (4.12.6) - Fix unitialized data in nk_input_char
3075630756
/// - 2025/03/05 (4.12.5) - Fix scrolling knob also scrolling parent window, remove dead code
30757-
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of char[1]
30757+
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of char[1]
3075830758
/// - 2024/12/11 (4.12.3) - Fix border color for property widgets
3075930759
/// - 2024/11/20 (4.12.2) - Fix int/float type conversion warnings in `nk_roundf`
3076030760
/// - 2024/03/07 (4.12.1) - Fix bitwise operations warnings in C++20

0 commit comments

Comments
 (0)