upd xlib.qt

This commit is contained in:
iperov 2021-11-23 14:56:42 +04:00
commit 640ff5db62
3 changed files with 46 additions and 1 deletions

View file

@ -44,7 +44,7 @@ class QXLabel(QLabel, _part_QXWidget):
maximum_size=maximum_size, maximum_width=maximum_width, maximum_height=maximum_height,
fixed_size=fixed_size, fixed_width=fixed_width, fixed_height=fixed_height,
hided=hided, enabled=enabled )
def _update_color(self):
if self._color is not None:
pal = QPalette(self._default_pal)