From 0fb7a02791e097681b05f89d2ddd2620e3fcdf7f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 22 Oct 2023 21:42:37 -0700 Subject: [PATCH] inspector: give cell picker modal a reasonable title --- src/Inspector.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Inspector.zig b/src/Inspector.zig index 6bb36d120..277c5a223 100644 --- a/src/Inspector.zig +++ b/src/Inspector.zig @@ -709,7 +709,7 @@ fn renderCellWindow(self: *Inspector) void { )) return; // 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 })) { // Request a cell