window title needs to be explicitly set

This commit is contained in:
Kelvin Sherlock 2023-12-30 20:41:12 -05:00
parent 89c143f715
commit 5f35f7f5b2
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class rWindParam1(rObject):
super().__init__(**kwargs)
self.frameBits = frameBits
self.title = None
if title: self.title = rPString.make_string(title)
self.zoomRect=zoomRect
self.color = None