summaryrefslogtreecommitdiffstats
path: root/terms
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-11-18 23:47:00 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-19 07:55:00 -0800
commitdaf8f36dd43d23f25fea27d8191d5ce6e28db276 (patch)
tree4bd2c05a2dcec441af41c9f91f6c5788ac8b9622 /terms
parentf390fa0bb860ce029bcd3d2065fc06206d48fbfe (diff)
downloadsubsurface-daf8f36dd43d23f25fea27d8191d5ce6e28db276.tar.gz
main.qml: fix crash on native Win32 desktop
Testing the mobile application on Win32 desktop results in a crash. Using ApplicationWindow for some reason makes the executable enter an inifinity loop on startup until it runs out of RAM. The output is: setGeometryDp: Unable to set geometry 160x1200+720+426 on ApplicationWindow_ QMLTYPE_12_QML_111/''. Resulting geometry: 160x885+720+426 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x47, maximum size: 16777215x 16777215). To fix the crash use "Window" instead of "ApplicationWindow". Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> ACKed-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'terms')
0 files changed, 0 insertions, 0 deletions