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

Commit 3e6a7a8

Browse files
committed
fill tool now fills correctly
1 parent 79320e5 commit 3e6a7a8

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.idea/workspace.xml

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

project/ArtiQule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def mousePressEvent(self, event):
318318
Pen.setColor(self.currentTool.color)
319319
self.painter.setPen(Pen)
320320
# self.painter.drawLine(0, 0, 1000, 500)
321-
self.painter.drawEllipse(event.pos(), 100, 150)
321+
self.painter.drawLine(0, 0, 100, 150)
322322
self.lastPoint = event.pos()
323323
self.update()
324324

0 commit comments

Comments
 (0)