octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39813] rectangle(..., 'Parent', hg) not worki


From: Muhali
Subject: [Octave-bug-tracker] [bug #39813] rectangle(..., 'Parent', hg) not working for group objects
Date: Mon, 19 Aug 2013 09:04:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

URL:
  <http://savannah.gnu.org/bugs/?39813>

                 Summary: rectangle(..., 'Parent', hg) not working for group
objects
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Mon 19 Aug 2013 02:04:13 AM PDT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Defining a group object as a 'Parent' to the rectangle function does not work,
e.g.


hg = hggroup;
rectangle ('Position', [0.05, 0.05, 0.9, 0.9], 'Curvature', [0.5, 0.5],
'Parent', hg);


This may be related to this bug <https://savannah.gnu.org/bugs/?39371>.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39813>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]