Paste P387

Masterwork From Distant Lands
ActivePublic

Authored by apol on May 16 2019, 3:37 PM.
diff --git a/src/controls/ScrollablePage.qml b/src/controls/ScrollablePage.qml
index 5e76a03..8fc647c 100644
--- a/src/controls/ScrollablePage.qml
+++ b/src/controls/ScrollablePage.qml
@@ -170,6 +170,7 @@ Page {
onMainItemChanged: {
if (mainItem.hasOwnProperty("anchors")) {
scrollView.contentItem = mainItem
+ mainItem.focus = true
//don't try to reparent drawers
} else if (mainItem.hasOwnProperty("dragMargin")) {
return;
apol edited the content of this paste. (Show Details)May 16 2019, 3:37 PM
apol changed the title of this paste from untitled to Masterwork From Distant Lands.