• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheのアイコンセット生成&適用ツール


Commit MetaInfo

Revision49f60e25a4e7a91b45eb1b0de3921939da915569 (tree)
Zeit2012-06-01 21:04:20
Autormasakih <masakih@user...>
Commitermasakih

Log Message

[Fix] 読み込んだColorSetが表示されない問題を修正

Ändern Zusammenfassung

Diff

--- a/IconSetDocument.m
+++ b/IconSetDocument.m
@@ -131,6 +131,8 @@ static NSArray *sThreadIdentifiers;
131131 [super windowControllerDidLoadNib:aController];
132132 // Add any code here that needs to be executed once the windowController has loaded the document's window.
133133
134+ [self updateForKey:@"ColorSet"];
135+
134136 nobinobi.defaultImage = [self valueForKeyPath:@"lastUpdatedHeader.defaultImage"];
135137 [nobinobi bind:@"singleImage" toObject:self withKeyPath:@"lastUpdatedHeader.image" options:nil];
136138 [nobinobi bind:@"leftImage" toObject:self withKeyPath:@"lastUpdatedHeaderLeft.image" options:nil];