Skip to content

initial commit for refactoring GuiObserver

Martin Marmsoler requested to merge work/OpenProjectCrash into master

Steps to reproduce error

  1. Open labplot (empty project is open)
  2. Open another project (File->open)

Current

It crashes because image during close of the project the observer will not be notified that the project gets deleted and therefore m_aspect will not be made invalid. When opening new project, disconnect on an invalid pointer will be called and therefore the application crashes

Merge request reports