diff Framework/Viewport/WidgetViewport.cpp @ 330:7a364e44fbb4 am-2

renamed SetDefaultView in FitContent
author am@osimis.io
date Wed, 17 Oct 2018 12:45:52 +0200
parents 8716176ff7f0
children 557c8ff1db5c
line wrap: on
line diff
--- a/Framework/Viewport/WidgetViewport.cpp	Wed Oct 17 12:30:32 2018 +0200
+++ b/Framework/Viewport/WidgetViewport.cpp	Wed Oct 17 12:45:52 2018 +0200
@@ -36,11 +36,11 @@
   }
 
 
-  void WidgetViewport::SetDefaultView()
+  void WidgetViewport::FitContent()
   {
     if (centralWidget_.get() != NULL)
     {
-      centralWidget_->SetDefaultView();
+      centralWidget_->FitContent();
     }
   }