From c89d2ee3b53891d253779224a36454641c96443f Mon Sep 17 00:00:00 2001 From: mikee47 Date: Sun, 24 Mar 2024 09:32:11 +0000 Subject: [PATCH] Graphics fixes - Fix control rendering: Should use their own bounds for positioning, set button font - Fix const parameters - use unique_ptr for getGlyph calls - Use `std::make_unique` and assignment instead of reset() - Avoid printf - Demote `reinterpret_cast` to `static_cast` where appropriate - Apply coding style to samples - Fix compiler warnings --- Sming/Libraries/Graphics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sming/Libraries/Graphics b/Sming/Libraries/Graphics index 45ffbabc5e..4da045fd79 160000 --- a/Sming/Libraries/Graphics +++ b/Sming/Libraries/Graphics @@ -1 +1 @@ -Subproject commit 45ffbabc5e1ace51979ee84cf75d5a0ea635d296 +Subproject commit 4da045fd79a194e30dc8eb6126174b4b1e41a115