Fix preview exclusion of sliders.
This commit is contained in:
parent
59cc200f92
commit
4d1e7c536f
@ -226,7 +226,7 @@ namespace {
|
||||
{
|
||||
string typeString(aNode->getStringValue("type"));
|
||||
// exclude these so we don't show yellow outlines in preview mode
|
||||
return (typeString == "pick") || (typeString == "knob");
|
||||
return (typeString == "pick") || (typeString == "knob") || (typeString == "slider");
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user