mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Added ability to make widget always drawn on top
This commit is contained in:
parent
cded5d414c
commit
54ca7ac70e
@ -122,6 +122,11 @@ class DirectSessionPanel(AppShell):
|
||||
variable = self.directWidgetOnTop,
|
||||
command = self.toggleWidgetOnTop)
|
||||
|
||||
self.menuBar.addmenuitem('DIRECT', 'command',
|
||||
'Deselect All',
|
||||
label = 'Deselect All',
|
||||
command = direct.deselectAll)
|
||||
|
||||
# Get a handle to the menu frame
|
||||
menuFrame = self.menuFrame
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user