mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fix keywords panel
This commit is contained in:
@@ -280,7 +280,7 @@ void RotatedDC::DrawRoundedRectangle(const RealRect& r, double radius) {
|
||||
void RotatedDC::DrawInvertRectangle(const RealRect& r) {
|
||||
wxRect r_ext = trRectToBB(r);
|
||||
|
||||
wxBitmap bmp(r_ext.width, r_ext.height, 24);
|
||||
wxBitmap bmp(r_ext.width, r_ext.height, 24);
|
||||
wxMemoryDC memDC(bmp);
|
||||
memDC.Blit(0, 0, r_ext.width, r_ext.height, &dc, r_ext.x, r_ext.y);
|
||||
memDC.SelectObject(wxNullBitmap);
|
||||
|
||||
Reference in New Issue
Block a user