diff options
Diffstat (limited to 'wx+/bitmap_button.h')
-rw-r--r-- | wx+/bitmap_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/bitmap_button.h b/wx+/bitmap_button.h index 8fe8e146..a3e6b0f6 100644 --- a/wx+/bitmap_button.h +++ b/wx+/bitmap_button.h @@ -101,7 +101,7 @@ wxBitmap renderSelectedButton(const wxSize& sz) const wxColor borderCol(0x79, 0xbc, 0xed); //medium blue const wxColor innerCol (0xcc, 0xe4, 0xf8); //light blue - drawFilledRectangle(dc, wxRect(bmp.GetSize()), fastFromDIP(1), borderCol, innerCol); + drawInsetRectangle(dc, wxRect(bmp.GetSize()), fastFromDIP(1), borderCol, innerCol); } return bmp; } |