Show the canvas immediately in unix because the splash doesn't work.

This commit is contained in:
Daniel Buckmaster 2015-02-07 13:23:18 +11:00
parent 014b566014
commit a6702d1331
4 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
// Create the Canvas // Create the Canvas
%foo = new GuiCanvas(Canvas) %foo = new GuiCanvas(Canvas)
{ {
displayWindow = false; displayWindow = $platform !$= "windows";
}; };
// Set the window title // Set the window title

View file

@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
// Create the Canvas // Create the Canvas
%foo = new GuiCanvas(Canvas) %foo = new GuiCanvas(Canvas)
{ {
displayWindow = false; displayWindow = $platform !$= "windows";
}; };
// Set the window title // Set the window title

View file

@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
// Create the Canvas // Create the Canvas
%foo = new GuiCanvas(Canvas) %foo = new GuiCanvas(Canvas)
{ {
displayWindow = false; displayWindow = $platform !$= "windows";
}; };
// Set the window title // Set the window title

View file

@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
// Create the Canvas // Create the Canvas
%foo = new GuiCanvas(Canvas) %foo = new GuiCanvas(Canvas)
{ {
displayWindow = false; displayWindow = $platform !$= "windows";
}; };
// Set the window title // Set the window title