Skip to content

Commit

Permalink
Reverted changes to StartStyling calls #111
Browse files Browse the repository at this point in the history
  • Loading branch information
arvanus committed Jan 1, 2021
1 parent 89cafe3 commit 8c2f9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/AdvancedSearchFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ void AdvancedSearchFrame::OnListCtrlResultsItemSelected(wxListEvent& event)
p = sql.find(sfind, p+1);
if (p == int(wxString::npos))
break;
stc_ddl->StartStyling(p);
stc_ddl->StartStyling(p, 0);
stc_ddl->SetStyling(len, 1+color%2);
}
}
Expand Down

0 comments on commit 8c2f9a5

Please sign in to comment.