It's @ticket not @issue, use as @ticket{<number>} instead of @ticket <number>.

Originally committed to SVN as r3349.
This commit is contained in:
Amar Takhar 2009-08-01 03:40:47 +00:00
parent 51288bc06d
commit 0fe2c476a4
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ void AudioDisplay::DrawWaveform(wxDC &dc,bool weak) {
/// @param weak False if the visible portion of the display has changed.
///
/// @bug Slow when non-weak and the selection has to be drawn, see:
/// @issue 951 Spectrum view scrolls/updates considerably slower when selection is visible
/// @ticket{951} Spectrum view scrolls/updates considerably slower when selection is visible
void AudioDisplay::DrawSpectrum(wxDC &finaldc,bool weak) {
if (!weak || !spectrumDisplay || spectrumDisplay->GetWidth() != w || spectrumDisplay->GetHeight() != h) {
if (spectrumDisplay) {