Commit 3c341462 authored by Claudio Valerio's avatar Claudio Valerio

on wake up after sleeping the screen the unfreeze of w3c widget is triggered

parent 93fcf6c2
......@@ -29,6 +29,7 @@
#include "core/UBSettings.h"
#include "board/UBBoardView.h"
#include "board/UBBoardController.h"
#include "gui/UBBlackoutWidget.h"
......@@ -277,7 +278,6 @@ void UBDisplayManager::blackout()
}
}
void UBDisplayManager::unBlackout()
{
while (!mBlackoutWidgets.isEmpty())
......@@ -287,6 +287,9 @@ void UBDisplayManager::unBlackout()
}
UBPlatformUtils::fadeDisplayIn();
UBApplication::boardController->freezeW3CWidgets(false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment