4037 aw = self.activeWindow() |
4037 aw = self.activeWindow() |
4038 if not aw: |
4038 if not aw: |
4039 return |
4039 return |
4040 |
4040 |
4041 text = self.quickFindtextCombo.lineEdit().text() |
4041 text = self.quickFindtextCombo.lineEdit().text() |
4042 if not text: |
4042 if not text and again: |
4043 if again: |
|
4044 text = self.quickFindtextCombo.lastSearchText |
4043 text = self.quickFindtextCombo.lastSearchText |
4045 if not text: |
4044 if not text: |
4046 if Preferences.getEditor("QuickSearchMarkersEnabled"): |
4045 if Preferences.getEditor("QuickSearchMarkersEnabled"): |
4047 aw.clearSearchIndicators() |
4046 aw.clearSearchIndicators() |
4048 return |
4047 return |