ui: Change mouse cursor to pointer on graph and code view contents (issue #715)
This commit is contained in:
@@ -563,6 +563,8 @@ void QtCodeField::setHoveredAnnotations(const std::vector<const Annotation*>& an
|
||||
|
||||
m_hoveredAnnotations = annotations;
|
||||
|
||||
viewport()->setCursor(annotations.size() ? Qt::PointingHandCursor : Qt::ArrowCursor);
|
||||
|
||||
if (annotations.size())
|
||||
{
|
||||
std::vector<Id> tokenIds;
|
||||
|
||||
Reference in New Issue
Block a user