Minor Cocoa bug fixes
This commit is contained in:
parent
c7298ae5a6
commit
81e45b00b9
@ -327,6 +327,7 @@ static uint32_t color_to_int(NSColor *color)
|
|||||||
self.updateProgressButton.enabled = true;
|
self.updateProgressButton.enabled = true;
|
||||||
[self.updateProgressSpinner stopAnimation:nil];
|
[self.updateProgressSpinner stopAnimation:nil];
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
unzipTask = [[NSTask alloc] init];
|
unzipTask = [[NSTask alloc] init];
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
case 1:
|
case 1:
|
||||||
r = 1 - t;
|
r = 1 - t;
|
||||||
g = 1;
|
g = 1;
|
||||||
b = 0;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
g = 1;
|
g = 1;
|
||||||
b = t;
|
b = t;
|
||||||
|
@ -561,7 +561,6 @@
|
|||||||
double max = 0;
|
double max = 0;
|
||||||
for (JOYAxis *axis in controller.axes) {
|
for (JOYAxis *axis in controller.axes) {
|
||||||
if ((axis.value > 0.5 || (axis.equivalentButtonUsage == button.usage)) && axis.value >= max) {
|
if ((axis.value > 0.5 || (axis.equivalentButtonUsage == button.usage)) && axis.value >= max) {
|
||||||
max = axis.value;
|
|
||||||
mapping[@"AnalogUnderclock"] = @(axis.uniqueID);
|
mapping[@"AnalogUnderclock"] = @(axis.uniqueID);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user