mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
d676be4123
commit
71b3fad763
@ -3048,6 +3048,10 @@ class LevelEditorPanel(Pmw.MegaToplevel):
|
||||
'Reload Color Palettes',
|
||||
label = 'Reload Colors',
|
||||
command = self.levelEditor.recreateColorMenus)
|
||||
menuBar.addmenuitem('Level Editor', 'command',
|
||||
'Reload Style Palettes',
|
||||
label = 'Reload Styles',
|
||||
command = self.levelEditor.recreateStyleMenus)
|
||||
menuBar.addmenuitem('Level Editor', 'command',
|
||||
'Exit Level Editor Panel',
|
||||
label = 'Exit',
|
||||
|
Loading…
x
Reference in New Issue
Block a user