zhuzichu520 / FluentUI

FluentUI for QML
MIT License
3.48k stars 456 forks source link

fix(FluSplitLayout): solve binding loop on qt 6.6.0 #429

Closed maplefater closed 8 months ago

maplefater commented 8 months ago

FluSplitLayout handle's outside Rectangle use an implicitWidth/Height smaller than inside Rectangle.

this pr fix warning on qt 6.6.0: QML Rectangle: Binding loop detected for property "height"

maplefater commented 8 months ago

maybe i should also fix qt5 version? @zhuzichu520