Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-128862

BarSets should not be deleted in barseries

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • None
    • 6.8
    • Graphs: 2D
    • None

    Description

      Issue can be seen by:

       

      auto s1 = new QBarSet("Set 1", m_series);
      auto s2 = new QBarSet("Set 2", m_series2);    m_series->append(s1);
      m_series2->append(s2);
      m_series->replace(s1, s2);
      m_series2->replace(s2, s1); 

       

      Which causes a crash

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            owaisakhtar Owais Akhtar
            nikokorkala Niko Korkala
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes