Cleanup: Correct comment

This commit is contained in:
Hans Goudey 2020-12-20 18:42:35 -06:00
parent d283a093d6
commit c229d9876b
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ typedef struct ThemeSpace {
/** Two uses, for uvs with modifier applied on mesh and uvs during painting. */
unsigned char uv_shadow[4];
/** Outliner - filter match. */
/** Search filter match, used for property search and in the outliner. */
unsigned char match[4];
/** Outliner - selected item. */
unsigned char selected_highlight[4];