1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

Fixes disappearing focus as reported by David and cleans things up a bit.

This commit is contained in:
lllucius
2014-11-16 06:52:36 +00:00
parent 1e0d040cfb
commit 31081470cf
7 changed files with 66 additions and 125 deletions

View File

@@ -149,9 +149,6 @@ class EffectUIHostInterface
{
public:
virtual ~EffectUIHostInterface() {};
// virtual wxScrolledWindow *GetScrollableClientArea();
// virtual wxScrolledWindow *GetStaticClientArea();
};
class EffectUIClientInterface