ImProcCoordinator::updateVectorscope(): fix crash caused by large stack allocation, speedup, fixed scaling from [0;255] to [0;65535] range
This commit is contained in:
@@ -2289,7 +2289,7 @@ bool EditorPanel::updateWaveform(void)
|
||||
|| histogram_scope_type == HistogramPanelListener::NONE;
|
||||
}
|
||||
|
||||
int EditorPanel::vectorscopeType(void)
|
||||
int EditorPanel::vectorscopeType(void) const
|
||||
{
|
||||
switch (histogram_scope_type) {
|
||||
case HistogramPanelListener::VECTORSCOPE_HS:
|
||||
|
Reference in New Issue
Block a user