mirror of
https://github.com/ksherlock/prez.git
synced 2024-11-29 19:49:17 +00:00
window title needs to be explicitly set
This commit is contained in:
parent
89c143f715
commit
5f35f7f5b2
@ -56,6 +56,7 @@ class rWindParam1(rObject):
|
|||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|
||||||
self.frameBits = frameBits
|
self.frameBits = frameBits
|
||||||
|
self.title = None
|
||||||
if title: self.title = rPString.make_string(title)
|
if title: self.title = rPString.make_string(title)
|
||||||
self.zoomRect=zoomRect
|
self.zoomRect=zoomRect
|
||||||
self.color = None
|
self.color = None
|
||||||
|
Loading…
Reference in New Issue
Block a user