Temporary disabled skipping of invisible paths when moving thumb on horizontal slider in preview
This commit is contained in:
parent
daf1011705
commit
43bf7e81fd
@ -894,7 +894,7 @@ void GCodeViewer::init()
|
|||||||
|
|
||||||
set_toolpath_move_type_visible(EMoveType::Extrude, true);
|
set_toolpath_move_type_visible(EMoveType::Extrude, true);
|
||||||
m_sequential_view.marker.init();
|
m_sequential_view.marker.init();
|
||||||
m_sequential_view.skip_invisible_moves = true;
|
// m_sequential_view.skip_invisible_moves = true;
|
||||||
|
|
||||||
std::array<int, 2> point_sizes;
|
std::array<int, 2> point_sizes;
|
||||||
::glGetIntegerv(GL_ALIASED_POINT_SIZE_RANGE, point_sizes.data());
|
::glGetIntegerv(GL_ALIASED_POINT_SIZE_RANGE, point_sizes.data());
|
||||||
|
Loading…
Reference in New Issue
Block a user