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

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

[Octave-bug-tracker] [bug #45860] Many stacked uipanels crashes the qt g


From: jsh
Subject: [Octave-bug-tracker] [bug #45860] Many stacked uipanels crashes the qt gui in Windows 8
Date: Tue, 01 Sep 2015 23:00:57 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: Many stacked uipanels crashes the qt gui in Windows
8
                 Project: GNU Octave
            Submitted by: jsh
            Submitted on: Tue 01 Sep 2015 11:00:55 PM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I found that when I run the script below with n>=12 Octave with the qt gui
will crash (it works fine in linux though).


n = 12;

h = figure;
h = uipanel( 'parent', h, 'backgroundcolor', 'b' );
for i=1:n
  h  = uipanel( 'parent', h, 'units', 'normalized', 'position', [0 0 .9 .9],
'backgroundcolor', 'r' );
  h  = uipanel( 'parent', h, 'units', 'normalized', 'position', [0 0 .9 .9],
'backgroundcolor', 'g' );
end





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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