]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QNoteDialog.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QNoteDialog.C
index 948afceaee87bbb0064969b4c19cc81f0ef09104..74379167984d113361f5337c398be473d80f1067 100644 (file)
@@ -33,6 +33,8 @@ QNoteDialog::QNoteDialog(QNote * form)
     connect( noteRB, SIGNAL( toggled(bool) ), this, SLOT( change_adaptor() ) );
     connect( greyedoutRB, SIGNAL( toggled(bool) ), this, SLOT( change_adaptor() ) );
     connect( commentRB, SIGNAL( toggled(bool) ), this, SLOT( change_adaptor() ) );
+    connect( framedRB, SIGNAL( toggled(bool) ), this, SLOT( change_adaptor() ) );
+    connect( shadedRB, SIGNAL( toggled(bool) ), this, SLOT( change_adaptor() ) );
 }