Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5f8e4a1

Browse files
Black canvas bug fix
1 parent 18206b5 commit 5f8e4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Paint Application/paint.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def redCanvas(self):
217217

218218
def blackCanvas(self):
219219
self.image.fill(Qt.black)
220-
black = QMessageBox()
220+
black_msg = QMessageBox()
221221
black_msg.setText("Canvas color changed to Black!")
222222
x = black_msg.exec_()
223223

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /