Outliner: Fix missing indentation for search-match highlight

Own mistake in ae8e845470.
This commit is contained in:
Julian Eisel 2016-10-15 02:07:48 +02:00
parent 4736f19000
commit 325b21c1d5
1 changed files with 1 additions and 1 deletions

View File

@ -1727,7 +1727,7 @@ static void outliner_draw_highlights_recursive(
if (TSELEM_OPEN(tselem, soops)) {
outliner_draw_highlights_recursive(
ar, soops, &te->subtree, col_selection, col_highlight, col_searchmatch,
start_x, io_start_y);
start_x + UI_UNIT_X, io_start_y);
}
}
}