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
91aa2f1c
Commit
91aa2f1c
authored
Aug 27, 2013
by
Luke Campagnola
Browse files
fixed TextParameter editor disappearing after focus lost
parent
42553854
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyqtgraph/parametertree/parameterTypes.py
View file @
91aa2f1c
...
...
@@ -616,6 +616,7 @@ registerParameterType('action', ActionParameter, override=True)
class
TextParameterItem
(
WidgetParameterItem
):
def
__init__
(
self
,
param
,
depth
):
WidgetParameterItem
.
__init__
(
self
,
param
,
depth
)
self
.
hideWidget
=
False
self
.
subItem
=
QtGui
.
QTreeWidgetItem
()
self
.
addChild
(
self
.
subItem
)
...
...
Write
Preview
Markdown
is supported
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