mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 10:32:26 +00:00
Fixed wrong selector in MPFixAutotypeWindowController
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
<rect key="frame" x="0.0" y="0.0" width="278" height="30"/>
|
<rect key="frame" x="0.0" y="0.0" width="278" height="30"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3109">
|
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3109">
|
||||||
<rect key="frame" x="216" y="2" width="42" height="25"/>
|
<rect key="frame" x="220" y="2" width="38" height="25"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||||
<buttonCell key="cell" type="roundTextured" title="Edit" bezelStyle="texturedRounded" imagePosition="left" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3110">
|
<buttonCell key="cell" type="roundTextured" title="Edit" bezelStyle="texturedRounded" imagePosition="left" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3110">
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3126">
|
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3126">
|
||||||
<rect key="frame" x="152" y="2" width="56" height="25"/>
|
<rect key="frame" x="156" y="2" width="56" height="25"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||||
<buttonCell key="cell" type="roundTextured" title="Cancel" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3127">
|
<buttonCell key="cell" type="roundTextured" title="Cancel" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3127">
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ NSString *const kMPIconCell = @"IconCell";
|
|||||||
[[item autotype] setDefaultKeystrokeSequence:object];
|
[[item autotype] setDefaultKeystrokeSequence:object];
|
||||||
}
|
}
|
||||||
else if([item isKindOfClass:[KPKGroup class]]) {
|
else if([item isKindOfClass:[KPKGroup class]]) {
|
||||||
[item setDefaultKeystrokeSequence:object];
|
[item setDefaultAutoTypeSequence:object];
|
||||||
}
|
}
|
||||||
else if([item isKindOfClass:[KPKWindowAssociation class]]) {
|
else if([item isKindOfClass:[KPKWindowAssociation class]]) {
|
||||||
[item setKeystrokeSequence:object];
|
[item setKeystrokeSequence:object];
|
||||||
|
|||||||
Reference in New Issue
Block a user