提交 aa18fa8b 编写于 作者: 之一Yo's avatar 之一Yo

更新版本号

上级 174c41b4
......@@ -12,7 +12,7 @@ Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/ma
:license: GPLv3, see LICENSE for more details.
"""
__version__ = "0.6.2"
__version__ = "0.6.3"
from .components import *
from .common import *
......
......@@ -173,6 +173,7 @@ class FlowLayout(QLayout):
rowHeight = max(rowHeight, item.sizeHint().height())
if self.needAni:
self._aniGroup.stop()
self._aniGroup.start()
return y + rowHeight - rect.y()
......@@ -6,7 +6,7 @@ with open('README.md', encoding='utf-8') as f:
setuptools.setup(
name="PyQt-Fluent-Widgets",
version="0.6.2",
version="0.6.3",
keywords="pyqt fluent widgets",
author="zhiyiYo",
author_email="shokokawaii@outlook.com",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册