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
OpenFlipper-Free
OpenFlipper
Commits
e8cc5e2f
Commit
e8cc5e2f
authored
May 10, 2020
by
Jan
Browse files
Replaced deprecated setItemSelection call
parent
5475d3b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets/postProcessorWidget/postProcessorWidget.cc
View file @
e8cc5e2f
...
...
@@ -217,7 +217,7 @@ void PostProcessorDialog::slotMovePostProcessor(unsigned _from,unsigned _to)
QFrame
*
frame
=
createFrame
(
*
postProcessorManager
()[
activeRowToRow_
[
_from
]]);
activeItem
->
setSizeHint
(
frame
->
sizeHint
());
activeList
->
setItemWidget
(
activeItem
,
frame
);
active
List
->
set
Item
Selected
(
activeItem
,
true
);
active
Item
->
setSelected
(
true
);
//swap postprocessor
const
int
chainPos
=
_from
;
...
...
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