mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
supress smallborderless support
for multi-monitor setups, allowing smaller than screensize borderless windows was causing issues swapping the window between them. short circuited that but left it in in case someone *really* wants to make that along term project
This commit is contained in:
parent
3e88e2acb8
commit
497dfb5de7
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ function GuiCanvas::checkCanvasRes(%this, %mode, %deviceId, %deviceMode, %startu
|
||||||
{
|
{
|
||||||
// Toggle for selecting the borderless window allowed sizes. Set true to allow
|
// Toggle for selecting the borderless window allowed sizes. Set true to allow
|
||||||
// borderless windows to be less than the device res.
|
// borderless windows to be less than the device res.
|
||||||
%allowSmallBorderless = true;
|
%allowSmallBorderless = false;
|
||||||
|
|
||||||
%resX = getWord(%mode, $WORD::RES_X);
|
%resX = getWord(%mode, $WORD::RES_X);
|
||||||
%resY = getWord(%mode, $WORD::RES_Y);
|
%resY = getWord(%mode, $WORD::RES_Y);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue