diff --git a/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp b/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp index 7b2563b65..4ad684d6e 100644 --- a/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp +++ b/src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp @@ -101,7 +101,7 @@ struct EmscriptenApplicationTest: Platform::Application { stopTextInput(); } else if(event.key() == KeyEvent::Key::F) { Debug{} << "toggling fullscreen"; - setContainerCssClass((_fullscreen ^= true) ? "fullsize" : ""); + setContainerCssClass((_fullscreen ^= true) ? "mn-fullsize" : ""); } else if(event.key() == KeyEvent::Key::T) { Debug{} << "setting window title"; setWindowTitle("This is a UTF-8 Window Titleā„¢!"); diff --git a/src/Magnum/Platform/Test/EmscriptenApplicationTest.html b/src/Magnum/Platform/Test/EmscriptenApplicationTest.html index f4e616e0a..5acdbfe99 100644 --- a/src/Magnum/Platform/Test/EmscriptenApplicationTest.html +++ b/src/Magnum/Platform/Test/EmscriptenApplicationTest.html @@ -8,11 +8,11 @@

Magnum EmscriptenApplication Test

-
-
- -
Initialization...
-
+
+
+ +
Initialization...
+