Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit fc1da73

Browse files
committed
[[ Bug ]] Fix issue with screenrect in noui mode
1 parent dfa3859 commit fc1da73

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6651,6 +6651,9 @@ pWorking (boolean): If true return the loc relative to OS screen furniture rathe
66516651
Returns: The screenRect of the screen the stack is on
66526652
*/
66536653
function revIDEStackScreenRect pStackName, pWorking
6654+
if the environment is "development command line" then
6655+
return "0,0,0,0"
6656+
end if
66546657
if pWorking then
66556658
return line (the screen of stack pStackName) of the working screenRects
66566659
else

0 commit comments

Comments
 (0)