mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fix Linux build
This commit is contained in:
parent
8ecd6b538d
commit
a803f8bc38
@ -1579,12 +1579,12 @@ bool LabelTrack::HandleMouse(const wxMouseEvent & evt,
|
||||
if (!OverTextBox(mLabels[mSelIndex], evt.m_x, evt.m_y))
|
||||
mSelIndex = -1;
|
||||
double t = h + (evt.m_x - r.x) / pps;
|
||||
*newSel0 = t;
|
||||
*newSel1 = t;
|
||||
newSel->setT0(t);
|
||||
newSel->setT1(t);
|
||||
}
|
||||
|
||||
wxTheClipboard->UsePrimarySelection(true);
|
||||
PasteSelectedText(*newSel0, *newSel1);
|
||||
PasteSelectedText(newSel->t0(), newSel->t1());
|
||||
wxTheClipboard->UsePrimarySelection(false);
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user