diff Framework/Widgets/LayerWidget.cpp @ 278:8a86695fcbc3 am-2

renamings
author am@osimis.io
date Mon, 27 Aug 2018 14:58:37 +0200
parents f21ba2468570
children 3897f9f28cfa
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.cpp	Mon Aug 27 14:41:49 2018 +0200
+++ b/Framework/Widgets/LayerWidget.cpp	Mon Aug 27 14:58:37 2018 +0200
@@ -341,7 +341,7 @@
         currentScene_->ContainsPlane(slice))
     {
       currentScene_->SetLayer(index, tmp.release());
-      NotifyChange();
+      NotifyContentChanged();
     }
     else if (pendingScene_.get() != NULL &&
              pendingScene_->ContainsPlane(slice))
@@ -353,7 +353,7 @@
           pendingScene_->IsComplete())
       {
         currentScene_ = pendingScene_;
-        NotifyChange();
+        NotifyContentChanged();
       }
     }
   }
@@ -463,7 +463,7 @@
       pendingScene_->SetLayerStyle(layer, style);
     }
 
-    NotifyChange();
+    NotifyContentChanged();
   }