From 8b614c9be6391d17bb29020363bea84955d5c9ff Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 24 May 2012 15:34:00 +0900 Subject: [PATCH] full search disabled for now --- aqt/browser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aqt/browser.py b/aqt/browser.py index 9f1486927..107856005 100644 --- a/aqt/browser.py +++ b/aqt/browser.py @@ -1100,6 +1100,8 @@ update cards set usn=?, mod=?, did=? where odid=0 and id in """ + ids2str( self.mw.pm.profile['editFontFamily'])) frm.fontSize.setValue(self.mw.pm.profile['editFontSize']) frm.lineSize.setValue(self.mw.pm.profile['editLineSize']) + # disabled for now + frm.fullSearch.setShown(False) frm.fullSearch.setChecked(self.mw.pm.profile['fullSearch']) if d.exec_(): self.mw.pm.profile['editFontFamily'] = (