Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index 1e9b03f4620..3d9943a5c8c 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -166,9 +166,9 @@ GHOST_IWindow* GHOST_SystemWin32::createWindow(
if (window) {
if (window->getValid()) {
// Store the pointer to the window
- if (state != GHOST_kWindowStateFullScreen) {
+// if (state != GHOST_kWindowStateFullScreen) {
m_windowManager->addWindow(window);
- }
+// }
}
else {
delete window;