Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b88cf56

Browse filesBrowse files
committed
fix colormap picker menu for imgui-bundle v1.6.0
1 parent 6250a8d commit b88cf56
Copy full SHA for b88cf56

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎fastplotlib/ui/right_click_menus/_colormap_picker.py

Copy file name to clipboardExpand all lines: fastplotlib/ui/right_click_menus/_colormap_picker.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.