1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 01:21:11 +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.height;
}
wxRect mRect;
wxRect &mRect;
};
}