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
Education
Kalzium
Commits
419b2e4e
Commit
419b2e4e
authored
Jan 05, 2022
by
Laurent Montel
Browse files
Fix indent
parent
7727d6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/spectrumviewimpl.cpp
View file @
419b2e4e
...
...
@@ -93,7 +93,7 @@ void SpectrumViewImpl::updatePeakInformation(Spectrum::peak *peak)
}
foreach
(
QTreeWidgetItem
*
item
,
peakListTable
->
selectedItems
())
item
->
setSelected
(
false
);
item
->
setSelected
(
false
);
foundItems
.
first
()
->
setSelected
(
true
);
peakListTable
->
scrollToItem
(
foundItems
.
first
());
...
...
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