| 813 | // or not (in which case we use marquee select mode) |
| 814 | _cursorOverBox = false; |
| 815 | foreach(Backend::Page::Box b, _boxes) { |
| 816 | if (b.boundingBox.contains(curPdfCoords)) { |
| 817 | _cursorOverBox = true; |
| 818 | break; |
| 819 | } |
| 820 | } |
| 821 | _parent->viewport()->setCursor(_cursorOverBox ? Qt::IBeamCursor : Qt::CrossCursor); |
| 822 | break; |
| 823 | } |
no test coverage detected