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

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

[Octave-bug-tracker] [bug #63697] canvas not properly redrawn on resize


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #63697] canvas not properly redrawn on resize in recent dev
Date: Tue, 24 Jan 2023 06:48:41 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?63697>

                 Summary: canvas not properly redrawn on resize in recent dev
                 Project: GNU Octave
               Submitter: arb
               Submitted: Tue 24 Jan 2023 11:48:38 AM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 24 Jan 2023 11:48:38 AM UTC By: A.R. Burgers <arb>
recent dev does an incomplete redraw of the canvas on resizing, see the
attached plot for a side-by-side comparison of 8.0.91 and 9.0.0, after
resizing the initial plot window. octave-8 and octave-9 both built on the same
platform with the same libraries.


tk = graphics_toolkit
version = OCTAVE_VERSION
hg_id = __octave_config_info__.hg_id
[x,y,z] = sombrero;
surf(x, y, z)
title(['octave ' version]);
pause


octave-8 output:

tk = qt
version = 8.0.91
hg_id = bcb4becbcf94


octave-9 output:

tk = qt
version = 9.0.0
hg_id = 56223b5a01d4







    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Tue 24 Jan 2023 11:48:38 AM UTC  Name: bug_plot.png  Size: 214KiB   By:
arb

<http://savannah.gnu.org/bugs/download.php?file_id=54258>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63697>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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