1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 09:31:13 +02:00

Fix drawing of bevels and outlines for ruler pushbuttons

This commit is contained in:
Paul Licameli 2016-05-06 12:57:51 -04:00
parent ef7f3939be
commit 5863a475a0

View File

@ -1947,7 +1947,7 @@ namespace {
++mRect.width; ++mRect.width;
++mRect.height; ++mRect.height;
} }
wxRect mRect; wxRect &mRect;
}; };
} }