Skip to content

Commit 1d40b47

Browse files
committed
fix colormap picker menu for imgui-bundle v1.6.0
1 parent f585c5c commit 1d40b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastplotlib/ui/right_click_menus/_colormap_picker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def update(self):
153153
* imgui.get_font().font_size
154154
) - 2
155155

156-
if imgui.menu_item("Reset vmin-vmax", None, False)[0]:
156+
if imgui.menu_item("Reset vmin-vmax", "", False)[0]:
157157
self._lut_tool.image_graphic.reset_vmin_vmax()
158158

159159
# add all the cmap options

0 commit comments

Comments
 (0)