Mirror von
https://github.com/microtherion/VocalEasel.git
synchronisiert 2025-05-15 17:24:30 +00:00
Prevent spurious dirtying
Dieser Commit ist enthalten in:
Ursprung
219e350751
Commit
a3cb3c0bc3
@ -269,6 +269,9 @@
|
||||
|
||||
- (void) setSongTempo:(int)tempo
|
||||
{
|
||||
if (tempo == [songTempo intValue])
|
||||
return;
|
||||
|
||||
[self willChangeSong];
|
||||
[songTempo autorelease];
|
||||
songTempo = [[NSNumber numberWithInt:tempo] retain];
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren