inspector: give cell picker modal a reasonable title

This commit is contained in:
Mitchell Hashimoto
2023-10-22 21:42:37 -07:00
parent eaa7777fbb
commit 0fb7a02791

View File

@ -709,7 +709,7 @@ fn renderCellWindow(self: *Inspector) void {
)) return; )) return;
// Our popup for the picker // Our popup for the picker
const popup_picker = "popup_modal_cell_picker"; const popup_picker = "Cell Picker";
if (cimgui.c.igButton("Picker", .{ .x = 0, .y = 0 })) { if (cimgui.c.igButton("Picker", .{ .x = 0, .y = 0 })) {
// Request a cell // Request a cell