Compare commits

..

2 Commits

Author SHA1 Message Date
Polaris-Night 67728a26eb
Merge 18cd5e5c48 into b4a1eaa860 2025-04-22 14:35:48 +00:00
Polaris-Night 18cd5e5c48 fix: 修复FluTableView错位问题 2025-04-22 22:33:25 +08:00
2 changed files with 2 additions and 2 deletions

View File

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