Merge remote-tracking branch 'origin/release/20.12'

remotes/origin/work/aacid/okular_focus_actions
Albert Astals Cid 5 years ago
commit 88200f4f25
  1. 2
      generators/poppler/annots.cpp

@ -656,7 +656,7 @@ static Okular::TextAnnotation::TextType popplerToOkular(Poppler::TextAnnotation:
case Poppler::TextAnnotation::Linked:
return Okular::TextAnnotation::Linked;
case Poppler::TextAnnotation::InPlace:
return Okular::TextAnnotation::Linked;
return Okular::TextAnnotation::InPlace;
default:
qWarning() << Q_FUNC_INFO << "unknown value" << ptt;
}

Loading…
Cancel
Save