ミラー元
https://github.com/arsenetar/dupeguru.git
前回の同期 2025-07-03 05:53:20 +00:00
Fixed delta values color which were mixed up.
このコミットが含まれているのは:
コミット
fa8e64d04a
@ -129,9 +129,6 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
NSTextFieldCell *textCell = cell;
|
||||
if (isMarkable) {
|
||||
[textCell setTextColor:[NSColor blackColor]];
|
||||
}
|
||||
else {
|
||||
[textCell setTextColor:[NSColor blueColor]];
|
||||
if ([self deltaValuesMode]) {
|
||||
NSInteger i = [[column identifier] integerValue];
|
||||
if ([_deltaColumns containsIndex:i]) {
|
||||
@ -139,6 +136,9 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
[textCell setTextColor:[NSColor blueColor]];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする