paint: cleanup

This commit is contained in:
luboslenco
2026-06-08 11:31:49 +02:00
parent 46973caf8e
commit 75f65da692
46 changed files with 4426 additions and 4288 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ void box_export_tab_export_textures(char *title, bool bake_material) {
}
}
if (ui->is_hovered) {
char *key = any_map_get(config_keymap, "file_export_textures");
char *key = any_map_get(g_keymap, "file_export_textures");
char *tip = string("%s (%s)", tr("Export texture files"), key);
ui_tooltip(tip);
}