Reset node bounds overlay text when no nodes are selected

This commit is contained in:
Ryan Huffman 2014-05-16 13:56:28 -07:00
parent 4100e5c64a
commit cc952f9cee

View file

@ -28,6 +28,7 @@ NodeBounds::NodeBounds(QObject* parent) :
void NodeBounds::draw() {
if (!(_showVoxelNodes || _showModelNodes || _showParticleNodes)) {
_overlayText[0] = '\0';
return;
}