Skip to content

Commit 170bd78

Browse files
fix: update breeze-ui
1 parent a9a88bb commit 170bd78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dependencies/breeze-ui.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package("breeze-glfw")
33
set_urls("https://github.com/breeze-shell/glfw.git")
44
add_versions("latest", "master")
55

6-
local BREEZE_UI_VER = "2025.12.12+6"
7-
local BREEZE_UI_HASH = "e22549e4cea9da56dccf3572d014b3c7485e1214"
6+
local BREEZE_UI_VER = "2025.12.13"
7+
local BREEZE_UI_HASH = "09e83f05a0134dfd881700fcdf8b2954382ed66d"
88

99
package("breeze-nanosvg")
1010
add_urls("https://github.com/std-microblock/breeze-ui.git")

src/shell/contextmenu/hooks.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ mb_shell::track_popup_menu(mb_shell::menu menu, int x, int y,
3939
perf.end("menu_render::create");
4040

4141
if (shift_pressed && menu_render.rt->nvg) {
42+
std::println("Resetting font atlas due to shift key pressed");
4243
nvgFonsResetAtlas(menu_render.rt->nvg);
4344
}
4445

0 commit comments

Comments
 (0)