1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Move drawing code for snap guidelines

This commit is contained in:
Paul Licameli
2019-06-21 15:10:11 -04:00
parent e6dae33038
commit dc216d669b
9 changed files with 55 additions and 108 deletions

View File

@@ -41,11 +41,6 @@ bool UIHandle::Escape()
return false;
}
void UIHandle::DrawExtras
(DrawingPass, wxDC *, const wxRegion &, const wxRect &)
{
}
bool UIHandle::StopsOnKeystroke()
{
return false;