|
|
@ -29,6 +29,7 @@ |
|
|
|
#include "core/UBSettings.h" |
|
|
|
#include "core/UBSettings.h" |
|
|
|
|
|
|
|
|
|
|
|
#include "board/UBBoardView.h" |
|
|
|
#include "board/UBBoardView.h" |
|
|
|
|
|
|
|
#include "board/UBBoardController.h" |
|
|
|
|
|
|
|
|
|
|
|
#include "gui/UBBlackoutWidget.h" |
|
|
|
#include "gui/UBBlackoutWidget.h" |
|
|
|
|
|
|
|
|
|
|
@ -277,7 +278,6 @@ void UBDisplayManager::blackout() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void UBDisplayManager::unBlackout() |
|
|
|
void UBDisplayManager::unBlackout() |
|
|
|
{ |
|
|
|
{ |
|
|
|
while (!mBlackoutWidgets.isEmpty()) |
|
|
|
while (!mBlackoutWidgets.isEmpty()) |
|
|
@ -287,6 +287,9 @@ void UBDisplayManager::unBlackout() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
UBPlatformUtils::fadeDisplayIn(); |
|
|
|
UBPlatformUtils::fadeDisplayIn(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UBApplication::boardController->freezeW3CWidgets(false); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|