diff options
Diffstat (limited to 'src/graphics/Graphics.cpp')
| -rw-r--r-- | src/graphics/Graphics.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics/Graphics.cpp b/src/graphics/Graphics.cpp index 20f5851..73913c5 100644 --- a/src/graphics/Graphics.cpp +++ b/src/graphics/Graphics.cpp @@ -844,6 +844,9 @@ void Graphics::draw_icon(int x, int y, Icon icon, unsigned char alpha, bool inve case IconDateSort: case IconFolder: case IconSearch: + drawchar(x, y+1, 0x8E, 30, 30, 180, alpha); + drawchar(x, y+1, 0x8F, 255, 255, 255, alpha); + break; case IconDelete: if(invert) { |
