add missing update_detector() - refs #1106
This commit is contained in:
parent
5bdaf44a7a
commit
1ed193728d
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ text_placement_info_ptr text_symbolizer_helper<FaceManagerT, DetectorT>::get_lin
|
|||
if (placement_->placements.size())
|
||||
{
|
||||
//Found a placement
|
||||
finder.update_detector();
|
||||
geometries_to_process_.erase(current_object);
|
||||
if (writer_.first) writer_.first->add_text(
|
||||
*placement_, font_manager_,
|
||||
|
|
Loading…
Reference in a new issue