Skip to content
Snippets Groups Projects
Commit 621ba3df authored by Arnaud Billon's avatar Arnaud Billon :speech_balloon:
Browse files

[fix] Use Right LiveSourceColoringBehavior

parent 7b3d9c94
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
#include "lqDockableSpreadSheetReaction.h"
#include "lqEnableAdvancedArraysReaction.h"
#include "lqLidarStreamColorByInitBehavior.h"
#include "lqLiveSourceScalarColoringBehavior.h"
#include "lqLoadLidarStateReaction.h"
#include "lqOpenPcapReaction.h"
#include "lqOpenRecentFilesReaction.h"
......@@ -434,7 +434,7 @@ void vvMainWindow::setupGUICustom()
new lqEnableAdvancedArraysReaction(this->Internals->actionEnableAdvancedArrays);
// Stream AutoColoring
new lqLidarStreamColorByInitBehavior();
new lqLiveSourceScalarColoringBehavior();
// Advanced Menu
// build Paraview file menu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment