Fix window flicks when search is wrapped (fix #1016)

This commit is contained in:
1024jp 2020-01-04 23:17:49 +09:00
parent 735703ed7e
commit 5a38219e2a
2 changed files with 2 additions and 9 deletions

View File

@ -15,7 +15,8 @@ Change Log
### Fixes
- Fix a possible crash when transforming the case of selection that includes specific a character order.
- Fix an issue on macOS 10.15 where document windows had a glitch when a search is wrapped.
- Fix a possible crash when transforming the case of selection that includes specific character order.

View File

@ -16,14 +16,6 @@
<subviews>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Sdb-r3-JI7">
<rect key="frame" x="28" y="28" width="72" height="72"/>
<backgroundFilters>
<ciFilter name="CIGaussianBlur">
<configuration>
<null key="inputImage"/>
<real key="inputRadius" value="10"/>
</configuration>
</ciFilter>
</backgroundFilters>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="WrapTemplate" id="20L-ay-Yzb"/>
<connections>
<binding destination="056-gI-SF2" name="value" keyPath="symbolImage" id="HHs-ub-N4m"/>