From 5f35f7f5b2f7664f197311f365067d555430d967 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 30 Dec 2023 20:41:12 -0500 Subject: [PATCH] window title needs to be explicitly set --- window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/window.py b/window.py index b0a56f6..eed9a37 100644 --- a/window.py +++ b/window.py @@ -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