5756 |
5756 |
5757 aw.hideFindIndicator() |
5757 aw.hideFindIndicator() |
5758 |
5758 |
5759 text = self.quickFindtextCombo.lineEdit().text() |
5759 text = self.quickFindtextCombo.lineEdit().text() |
5760 if not text and again: |
5760 if not text and again: |
5761 text = self.quickFindtextCombo.lastSearchText |
5761 text = self.quickFindtextCombo.lastSearchText |
5762 if not text: |
5762 if not text: |
5763 if Preferences.getEditor("QuickSearchMarkersEnabled"): |
5763 if Preferences.getEditor("QuickSearchMarkersEnabled"): |
5764 aw.clearSearchIndicators() |
5764 aw.clearSearchIndicators() |
5765 return |
5765 return |
5766 else: |
5766 else: |