summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-05-30 19:42:00 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-05-30 19:42:00 +0900
commitccfef630efc19a235d4451582fb98a3cae35558c (patch)
tree4816f8405d7b3eb6bc88a9d33c652c6733a5a30c
parentd94ae428a28a6a1dcb4c8e87ac6dbf32eb440f02 (diff)
fix waltham
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 81d8c5f..4f13346 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
// Set the event handler for Event_TapShortcut which will activate the surface for windowmanager
qhs->set_event_handler(QLibHomeScreen::Event_ShowWindow, [qwm, myname](json_object *object){
qDebug("Surface %s got tapShortcut\n", myname);
- qwm->activateWindow(myname);
+ qwm->activateWindow(myname, "master.split.sub");
});
#endif
qmlRegisterType<QCheapRuler>("com.mapbox.cheap_ruler", 1, 0, "CheapRuler");