On Tue, 2009-05-26 at 18:08 +0200, Daniel Maleike wrote:
> On Tue, 2009-05-26 at 13:01 -0300, sebastian ordas wrote:

> > I'm sorry. I forgot to point out that I'm using Opencherry and QT4

> ok, this explains it. I'll try to reproduce the error with Qt4.


Ok, now I did some testing regarding your problems and these are the
results:

- the tool GUI issue is a Qt layout problem on "small" screen heights,
  there is yet no scrollbar appearing if there is not enough vertical
  space.
- the behaviour (tools deactivating) is still present in the current
  trunk
- the applied patch will remedy the tools that deactivate themselves.
  It may have influences on other application behaviour, but I didn't
  investigate this much further. All segmentation functions seem to
  work.
- unfortunately I cannot commit these changes to the public repository
  right now
- you may have noticed that there were no updates to the repository
  lately. There will be a mail regarding the status of the public
  repository during the next days

Kind Regards,
Daniel

-- 
Dipl.-Inform. Med. Daniel Maleike          Phone: +49 6221 42 2326
Deutsches Krebsforschungszentrum           Im Neuenheimer Feld 280
Medical and Biological Informatics (E130)         69120 Heidelberg

Index: Bundles/org.mitk.gui.qt.interactivesegmentation/src/internal/QmitkInteractiveSegmentationView.cpp
===================================================================
--- Bundles/org.mitk.gui.qt.interactivesegmentation/src/internal/QmitkInteractiveSegmentationView.cpp	(revision 17156)
+++ Bundles/org.mitk.gui.qt.interactivesegmentation/src/internal/QmitkInteractiveSegmentationView.cpp	(working copy)
@@ -557,7 +557,9 @@
   
 void QmitkInteractiveSegmentationView::DataStorageChanged( const mitk::DataTreeNode* node )
 {
+  /*
   m_Controls->m_ToolReferenceDataSelectionBox->UpdateDataDisplay();
   m_Controls->m_ToolWorkingDataSelectionBox->UpdateDataDisplay();
+  */
 }
 
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to