Skip to content

Commit dd63a31

Browse files
committedApr 3, 2019
fix _next
1 parent fcd7e8f commit dd63a31

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.settings/org.eclipse.core.resources.prefs

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ encoding//Demo/SingleApplication.py=utf-8
1717
encoding//Demo/VerificationCode.py=utf-8
1818
encoding//Demo/WeltHideWindow.py=utf-8
1919
encoding//Demo/WindowNotify.py=utf-8
20+
encoding//QAxWidget/ViewOffice.py=utf-8
2021
encoding//QChart/LineChart.py=utf-8
2122
encoding//QFont/AwesomeFont.py=utf-8
2223
encoding//QFont/Lib/FontAwesome.py=utf-8
@@ -30,6 +31,7 @@ encoding//QProgressBar/MetroCircleProgress.py=utf-8
3031
encoding//QProgressBar/PercentProgressBar.py=utf-8
3132
encoding//QProgressBar/SimpleStyle.py=utf-8
3233
encoding//QProgressBar/WaterProgressBar.py=utf-8
34+
encoding//QPropertyAnimation/Lib/SlidingStackedWidget.py=utf-8
3335
encoding//QProxyStyle/Lib/TabBarStyle.py=utf-8
3436
encoding//QProxyStyle/TabTextDirection.py=utf-8
3537
encoding//QPushButton/BottomLineProgress.py=utf-8

‎QPropertyAnimation/Lib/SlidingStackedWidget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def slideInWgt(self, widget, direction):
119119
self._active = 1
120120
_now = self.currentIndex()
121121
_next = self.indexOf(widget)
122-
if _now == next:
122+
if _now == _next:
123123
self._active = 0
124124
return
125125

0 commit comments

Comments
 (0)