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
1bfee6870e
commit
c6221231f7
@ -867,7 +867,9 @@ class LevelEditor(NodePath, PandaObject):
|
|||||||
targetClass = self.targetDNAObject.__class__.getClassType()
|
targetClass = self.targetDNAObject.__class__.getClassType()
|
||||||
if ((targetClass.eq(DNAWall.getClassType())) |
|
if ((targetClass.eq(DNAWall.getClassType())) |
|
||||||
(targetClass.eq(DNAWindows.getClassType())) |
|
(targetClass.eq(DNAWindows.getClassType())) |
|
||||||
(targetClass.eq(DNACornice.getClassType()))):
|
(targetClass.eq(DNACornice.getClassType()))
|
||||||
|
(targetClass.eq(DNAProp.getClassType()))
|
||||||
|
):
|
||||||
self.panel.setCurrentColor(self.targetDNAObject.getColor())
|
self.panel.setCurrentColor(self.targetDNAObject.getColor())
|
||||||
|
|
||||||
# What kind of menu is it?
|
# What kind of menu is it?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user