aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-05-10 14:57:44 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-05-10 14:57:44 +0900
commit491ad429c154af15256791c42cff83ce39cb2006 (patch)
tree773f1467784f09daa35823f71f2104ccaed9b763
parent6ecd550833c47819bf0df7dc9df848dea67f2b28 (diff)
Fix switching visibility when deactivating
commit_change for ivi-wm was not called when deactibating, therefore added it. Change-Id: I4558ddaace0f63c6ecbc652d8af29074454decac Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
-rw-r--r--src/app.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.cpp b/src/app.cpp
index bfd6c06..0242240 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -855,6 +855,8 @@ void App::deactivate(int id) {
}
// <<< FOR CES DEMO
+ this->layout_commit();
+
this->emit_deactivated(label);
this->emit_invisible(label);
}