updated theme style function names, removed unused function

This commit is contained in:
Blake Harnden 2019-12-16 14:21:30 -08:00
parent c4f21e8a2e
commit dcdcb6a711
3 changed files with 5 additions and 12 deletions

View file

@ -168,7 +168,7 @@ class CanvasNode:
is_wlan = self.core_node.type == NodeType.WIRELESS_LAN
is_emane = self.core_node.type == NodeType.EMANE
context = tk.Menu(self.canvas)
themes.update_menu(self.app.style, context)
themes.style_menu(self.app.style, context)
if self.app.core.is_runtime():
context.add_command(label="Configure", command=self.show_config)
if NodeUtils.is_container_node(self.core_node.type):