reduce use of "execute" on cosmetic changes.
This commit is contained in:
@@ -76,8 +76,7 @@ void DrawViewClip::onChanged(const App::Property* prop)
|
||||
{
|
||||
if (prop == &Height ||
|
||||
prop == &Width ||
|
||||
prop == &ShowFrame ||
|
||||
prop == &ShowLabels) {
|
||||
prop == &Views) {
|
||||
if (!isRestoring()) {
|
||||
DrawViewClip::execute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user