1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Remove friend LabelDefaultClickHandle

This commit is contained in:
Paul Licameli
2018-11-09 10:07:18 -05:00
parent c9fa8424ce
commit 822183febc

View File

@@ -116,6 +116,7 @@ public:
private:
static wxBitmap & GetGlyph( int i);
public:
struct Flags {
int mInitialCursorPos, mCurrentCursorPos, mSelIndex;
bool mDrawCursor;
@@ -131,7 +132,6 @@ private:
}
void RestoreFlags( const Flags& flags );
public:
static int OverATextBox( const LabelTrack &track, int xx, int yy );
static bool OverTextBox( const LabelStruct *pLabel, int x, int y );
@@ -212,8 +212,6 @@ public:
std::weak_ptr<LabelTextHandle> mTextHandle;
static wxFont msFont;
friend LabelDefaultClickHandle;
};
#endif