ミラー元
https://github.com/microtherion/VocalEasel.git
前回の同期 2025-05-14 00:34:30 +00:00
Synchronize window titles
このコミットが含まれているのは:
コミット
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();
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする