minor fix when specifying an explicit pipe
This commit is contained in:
parent
15d2441661
commit
60f62deed1
|
|
@ -784,7 +784,7 @@ class ShowBase(DirectObject.DirectObject):
|
|||
self.notify.info("Window did not open, removing.")
|
||||
self.closeWindow(self.win)
|
||||
|
||||
if self.win == None:
|
||||
if self.win == None and not kw.get('pipe', None):
|
||||
# Try a little harder if the window wouldn't open.
|
||||
self.makeAllPipes()
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue