diff options
Diffstat (limited to 'src/Graphics.cpp')
| -rw-r--r-- | src/Graphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Graphics.cpp b/src/Graphics.cpp index 856f165..36c271d 100644 --- a/src/Graphics.cpp +++ b/src/Graphics.cpp @@ -599,6 +599,7 @@ void Graphics::textsize(const char * s, int & width, int & height) void Graphics::draw_icon(int x, int y, Icon icon) { + y--; switch(icon) { case IconOpen: |
