mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Remove console output used during development in FoldercontentView.qml
This commit is contained in:
@ -418,14 +418,6 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onOriginYChanged: {
|
|
||||||
console.log(" origin changed ", grid.originY)
|
|
||||||
}
|
|
||||||
|
|
||||||
onContentYChanged: {
|
|
||||||
console.log(" content y changed ", grid.contentY)
|
|
||||||
}
|
|
||||||
|
|
||||||
ScrollBar.vertical: ScrollBar {
|
ScrollBar.vertical: ScrollBar {
|
||||||
visible: grid.contentHeight > grid.height
|
visible: grid.contentHeight > grid.height
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user