PD: Add test case to show the fix for the crash with active objects

This commit is contained in:
wmayer
2024-11-03 20:04:51 +01:00
committed by wwmayer
parent 62d504d0a1
commit 007b98df0e
3 changed files with 63 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ from PySide import QtGui, QtCore
from PySide.QtGui import QApplication
from PartDesignTests.TestMaterial import TestMaterial
from PartDesignTests.TestActiveObject import TestActiveObject
#timer runs this class in order to access modal dialog
class CallableCheckWorkflow: