We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3079de6 + ef8174f commit 389d75aCopy full SHA for 389d75a
1 file changed
Source/Plugins/LfpDisplayNode/LfpDisplayCanvas.cpp
@@ -576,7 +576,8 @@ void LfpDisplayCanvas::comboBoxChanged(ComboBox* cb)
576
577
int LfpDisplayCanvas::getChannelHeight()
578
{
579
- return spreads[spreadSelection->getSelectedId()-1].getIntValue();
+ //return spreads[spreadSelection->getSelectedId()-1].getIntValue(); // is not set correctly after the mouse wheel was used to change hieghts
580
+ return (int)spreadSelection->getText().getIntValue(); // instead, get value from textbox directly
581
}
582
583
0 commit comments