feat: add drag-down spreadsheet functions for numbers, fix click mapping issue
This commit is contained in:
@@ -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 %" };
|
||||
|
||||
Reference in New Issue
Block a user