diff --git a/aqt/clayout.py b/aqt/clayout.py index 7de381bd2..c95feda34 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -22,6 +22,7 @@ class CardLayout(QDialog): # type is previewCards() type def __init__(self, mw, fact, type=0, ord=0, parent=None): QDialog.__init__(self, parent or mw, Qt.Window) + raise Exception("Remember to disallow media&latex refs in edit.") self.mw = aqt.mw self.parent = parent or mw self.fact = fact diff --git a/designer/.gitignore b/designer/.gitignore new file mode 100644 index 000000000..e43b0f988 --- /dev/null +++ b/designer/.gitignore @@ -0,0 +1 @@ +.DS_Store