mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Remove friend LabelDefaultClickHandle
This commit is contained in:
parent
c9fa8424ce
commit
822183febc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user