Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Javier Galan
rest-framework
Commits
275eae75
Commit
275eae75
authored
Nov 23, 2020
by
nkx Nicholas
Browse files
TRestBrowser: plot option can be updated now with return key
parent
dcd08d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/restcore/src/TRestBrowser.cxx
View file @
275eae75
...
...
@@ -145,6 +145,7 @@ void TRestBrowser::setButtons() {
fPlotOptionTextBox
=
new
TGTextEntry
(
fVFrame
,
""
);
fPlotOptionTextBox
->
SetText
(
""
);
fPlotOptionTextBox
->
Connect
(
"ReturnPressed()"
,
"TRestBrowser"
,
this
,
"PlotAction()"
);
fVFrame
->
AddFrame
(
fPlotOptionTextBox
,
new
TGLayoutHints
(
kLHintsExpandX
|
kLHintsExpandY
));
auto
switchbuttonbar
=
new
TGHorizontalFrame
(
fVFrame
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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