镜像来自
https://github.com/microtherion/VocalEasel.git
synced 2025-05-14 00:34:30 +00:00
Synchronize window titles
This commit is contained in:
父節點
2e9f3cc857
當前提交
b8206f9f13
@ -199,6 +199,16 @@
|
||||
return song;
|
||||
}
|
||||
|
||||
- (void) setSongTitle:(NSString *)newTitle
|
||||
{
|
||||
if (newTitle != songTitle) {
|
||||
[songTitle release];
|
||||
songTitle = [newTitle retain];
|
||||
}
|
||||
[[self windowControllers] makeObjectsPerformSelector:
|
||||
@selector(synchronizeWindowTitleWithDocumentName)];
|
||||
}
|
||||
|
||||
- (NSNumber *) songKey
|
||||
{
|
||||
const VLProperties & prop = song->fProperties.front();
|
||||
|
Loading…
x
Reference in New Issue
Block a user