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

renamings
author am@osimis.io
date Mon, 27 Aug 2018 14:58:37 +0200
parents fccffbf99ba1
children 300d8b8c48b3
line wrap: on
line diff
--- a/Framework/Widgets/WorldSceneWidget.cpp	Mon Aug 27 14:41:49 2018 +0200
+++ b/Framework/Widgets/WorldSceneWidget.cpp	Mon Aug 27 14:58:37 2018 +0200
@@ -272,7 +272,7 @@
     SetSceneExtent(view_);
     view_.SetDefaultView();
 
-    NotifyChange();
+    NotifyContentChanged();
 
     observers_.Apply(*this, &IWorldObserver::NotifyViewChange, view_);
   }
@@ -282,7 +282,7 @@
   {
     view_ = view;
 
-    NotifyChange();
+    NotifyContentChanged();
 
     observers_.Apply(*this, &IWorldObserver::NotifyViewChange, view_);
   }