1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-26 15:03:47 +01: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;
};
}