Skip to content
Snippets Groups Projects
Commit 6a8989cc authored by Nils Brüggemann's avatar Nils Brüggemann Committed by Fraser William Goldsworth
Browse files

pyic_view: Fixing bug of not positioning cmap widget correctly.

parent 23161c57
No related branches found
No related tags found
1 merge request!43Allow users to set projection with cartopy projection object
......@@ -225,7 +225,7 @@ class view(object):
print('Setup cmap dropdown')
cmap_menu = ttk.Combobox(frame2, textvariable=self.selected_cmap,
values=self.colormaps, state="readonly")
cmap_menu
cmap_menu.pack(side="left", padx=5)
cmap_menu.bind("<<ComboboxSelected>>", self.update_cmap)
# Color limit entry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment