feat: add drag-down spreadsheet functions for numbers, fix click mapping issue

This commit is contained in:
2026-04-10 19:07:43 +02:00
parent beaa1b6d0d
commit 49ccfa7870
5 changed files with 149 additions and 28 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ void render(uint32_t* pixels) {
// ---- Format dropdown overlay ----
if (g_fmt_dropdown_open && g_font) {
int dx = TB_FMT_X0;
int dx = tb_btn_x0(TB_FMT);
int dy = TOOLBAR_H;
int dw = 80;
const char* items[] = { "Auto", "Decimal", "Currency $", "Percent %" };