forked from mia/Aegisub
It's @ticket not @issue, use as @ticket{<number>} instead of @ticket <number>.
Originally committed to SVN as r3349.
This commit is contained in:
parent
51288bc06d
commit
0fe2c476a4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue