Skip to content

Commit

Permalink
fix highlight filter by message (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jan 14, 2020
1 parent 76ecf1b commit 330a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rqt_console/console_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def _process_highlight_exclude_filter(self, selection, selectiontype, exclude=Fa
filter_widget = self._exclude_filters[filter_index][1].findChildren(
QWidget, QRegExp('.*FilterWidget.*'))[0]
else:
filter_index = self._add_highlight_filter(col)
filter_index = self._add_highlight_filter(selectiontype.lower())
filter_widget = self._highlight_filters[filter_index][1].findChildren(
QWidget, QRegExp('.*FilterWidget.*'))[0]
filter_widget.set_regex(False)
Expand Down

0 comments on commit 330a87d

Please sign in to comment.