From ccfef630efc19a235d4451582fb98a3cae35558c Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Thu, 30 May 2019 19:42:00 +0900 Subject: fix waltham --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("com.mapbox.cheap_ruler", 1, 0, "CheapRuler"); -- cgit 1.2.3-korg