Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit fa5371a

Browse files
committed
some little code fixing
1 parent 8e73594 commit fa5371a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project/ArtiQule.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ def mouseMoveEvent(self, event):
398398

399399
# this here is to add more realism
400400
# to the point when its breaking
401-
if self.currentTool.duration <= 0.2 and self.currentTool.toolName != \
401+
if self.currentTool.duration <= 0.2 \
402+
and self.currentTool.toolName != \
402403
'A bucket' or 'Sunbathing Eraser':
403404
dots = QPen()
404405
broken_tools = QPen()

0 commit comments

Comments
 (0)