Make hint-labels non-clickable.
This commit is contained in:
parent
6bbb5fe598
commit
6ce415fc5e
@ -123,6 +123,7 @@ class HintManager(QObject):
|
||||
border: {config[hints][border]};
|
||||
opacity: {config[hints][opacity]};
|
||||
z-index: 100000;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
left: {left}px;
|
||||
top: {top}px;
|
||||
|
Loading…
Reference in New Issue
Block a user