mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
Reset node bounds overlay text when no nodes are selected
This commit is contained in:
parent
4100e5c64a
commit
cc952f9cee
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ NodeBounds::NodeBounds(QObject* parent) :
|
|||
|
||||
void NodeBounds::draw() {
|
||||
if (!(_showVoxelNodes || _showModelNodes || _showParticleNodes)) {
|
||||
_overlayText[0] = '\0';
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue