paint: cleanup

This commit is contained in:
luboslenco
2026-08-21 22:40:25 +02:00
parent cf8077c0a6
commit e20e5d6d5f
153 changed files with 5820 additions and 5819 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void ui_toolbar_draw_tool(i32 tool, gpu_texture_t *img, i32 icon_accent) {
}
if (g_ui->is_hovered) {
char *tooltip = tr(ui_toolbar_tool_names->buffer[tool]);
char *tooltip = tr(ui_toolbar_tool_names->buffer[tool]);
char *key_name = string_tmp("tool_%s", ui_toolbar_tool_names->buffer[tool]);
for (char *c = key_name; *c != '\0'; ++c) {
*c = tolower(*c);