Use QQuickWidget instead of QQuickView to avoid displacement bugs on Windows and Linux

This commit is contained in:
Felix Kauselmann
2018-05-25 18:48:43 +02:00
parent 663795d015
commit 02eda8eeb5
8 changed files with 24 additions and 26 deletions

View File

@ -12,7 +12,7 @@ import com.yacreader.ComicInfo 1.0
import com.yacreader.ComicDB 1.0
SplitView {
anchors.fill: parent
//anchors.fill: parent
orientation: Qt.Horizontal
handleDelegate:Rectangle {
width: 1
@ -827,5 +827,3 @@ Rectangle {
}
}
}