Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Commit 6fe1c4f

Browse files
committed
Add attribute 'visible' to BasicScanWorkflowDrawer
Signed-off-by: Jerome Flesch <[email protected]>
1 parent 365cc09 commit 6fe1c4f

File tree

1 file changed

+2
-0
lines changed
  • src/paperwork/frontend/mainwindow

1 file changed

+2
-0
lines changed

src/paperwork/frontend/mainwindow/scan.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ class BasicScanWorkflowDrawer(Animation):
393393

394394
layer = Animation.IMG_LAYER
395395

396+
visible = True
397+
396398
def __init__(self, scan_workflow, page=None, previous_drawer=None):
397399
Animation.__init__(self)
398400

0 commit comments

Comments
 (0)