From 75f8e01141294a3645314402e0c3169503273647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=98=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Thu, 21 Jul 2022 17:51:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B5?= =?UTF-8?q?=20cl-console-gui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/consolegui/application/more.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/consolegui/application/more.py b/pym/consolegui/application/more.py index c9904fd..8681ffe 100644 --- a/pym/consolegui/application/more.py +++ b/pym/consolegui/application/more.py @@ -1660,7 +1660,7 @@ class FlowLayout(qt.QLayout): def heightForWidth(self, width): height = self.doLayout(qt.QRect(0, 0, width, 0), True) - return height + return int(height) def setGeometry(self, rect): super().setGeometry(rect)