diff options
-rw-r--r-- | src/app.cpp | 2 |
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); } |