diff Framework/Radiography/RadiographyWidget.cpp @ 1112:d33ae2b0db9d

less logs + allow changing the size of the RadiographyLayer (to replace a low res image by a high res image)
author Alain Mazy <alain@mazy.be>
date Mon, 04 Nov 2019 12:46:53 +0100
parents be9c1530d40a
children 383aa2a7d426 4663f158c748
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyWidget.cpp	Wed Oct 23 16:10:35 2019 +0200
+++ b/Framework/Radiography/RadiographyWidget.cpp	Mon Nov 04 12:46:53 2019 +0100
@@ -240,15 +240,14 @@
   
   void RadiographyWidget::OnGeometryChanged(const RadiographyScene::GeometryChangedMessage& message)
   {
-    LOG(INFO) << "Scene geometry has changed";
-
+//    LOG(INFO) << "Scene geometry has changed";
     FitContent();
   }
 
   
   void RadiographyWidget::OnContentChanged(const RadiographyScene::ContentChangedMessage& message)
   {
-    LOG(INFO) << "Scene content has changed";
+//    LOG(INFO) << "Scene content has changed";
     NotifyContentChanged();
   }