Compare commits

..

2 Commits

Author SHA1 Message Date
Polaris-Night be94be34ac
Merge 023776dbe8 into b4a1eaa860 2025-04-22 23:52:35 +00:00
Polaris-Night 023776dbe8 fix: 修复FluTableView错位问题 2025-04-23 00:58:42 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -956,7 +956,7 @@ Rectangle {
}
}
function updateLayout(){
width = table_view.columnWidthProvider(_index)
width = Qt.binding(() => table_view.columnWidthProvider(_index))
x = Qt.binding(function(){
var minX = 0
var maxX = table_view.width-width

View File

@ -956,7 +956,7 @@ Rectangle {
}
}
function updateLayout(){
width = table_view.columnWidthProvider(_index)
width = Qt.binding(() => table_view.columnWidthProvider(_index))
x = Qt.binding(function(){
var minX = 0
var maxX = table_view.width-width