changeset 21952:a5924b0cbf42

Return "Screensize" for root graphics property "MonitorPositions" (partial fix bug #48239). * graphics.in.h: Return "screensize" for root graphics property "monitorpositions".
author Rik <rik@octave.org>
date Sun, 19 Jun 2016 06:23:54 -0700
parents f0303b64e59a
children c46e2532d421
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Sun Jun 19 01:28:33 2016 +0100
+++ b/libinterp/corefcn/graphics.in.h	Sun Jun 19 06:23:54 2016 -0700
@@ -3160,7 +3160,7 @@
       array_property commandwindowsize r , Matrix (1, 2, 0)
       handle_property currentfigure S , graphics_handle ()
       string_property fixedwidthfontname , "Courier"
-      array_property monitorpositions r , Matrix (1, 4, 0)
+      array_property monitorpositions r , default_screensize ()
       array_property pointerlocation , Matrix (1, 2, 0)
       double_property pointerwindow r , 0.0
       double_property screendepth r , default_screendepth ()