Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
1e003490
Commit
1e003490
authored
May 05, 2014
by
Luke Campagnola
Browse files
Initialize drag variable in Dock.py
parent
de022be6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyqtgraph/dockarea/Dock.py
View file @
1e003490
...
...
@@ -244,6 +244,7 @@ class DockLabel(VerticalLabel):
sigClicked
=
QtCore
.
Signal
(
object
,
object
)
def
__init__
(
self
,
text
,
dock
):
self
.
startedDrag
=
False
self
.
dim
=
False
self
.
fixedWidth
=
False
VerticalLabel
.
__init__
(
self
,
text
,
orientation
=
'horizontal'
,
forceWidth
=
False
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment