mainwindow.cpp
changeset 776 25e634a7e1dc
parent 775 6e4b586aa88a
child 777 8acac4fade1b
     1.1 --- a/mainwindow.cpp	Wed Jun 03 20:37:17 2009 +0000
     1.2 +++ b/mainwindow.cpp	Mon Jun 08 11:36:56 2009 +0000
     1.3 @@ -3448,14 +3448,11 @@
     1.4  			}
     1.5  			if ( selti->getType()==TreeItem::Image)
     1.6  			{
     1.7 -			/* FIXME-2
     1.8 -				FloatObj *fo=(FloatImageObj*)selection;
     1.9 -
    1.10  				actionOpenURL->setEnabled (false);
    1.11  				actionOpenVymLink->setEnabled (false);
    1.12  				actionDeleteVymLink->setEnabled (false);	
    1.13  				actionToggleHideExport->setEnabled (true);	
    1.14 -				actionToggleHideExport->setOn (fo->hideInExport() );	
    1.15 +				actionToggleHideExport->setOn (selti->hideInExport() );	
    1.16  
    1.17  
    1.18  				actionCopy->setEnabled (true);
    1.19 @@ -3464,11 +3461,10 @@
    1.20  				for (int i=0; i<actionListBranches.size(); ++i)	
    1.21  					actionListBranches.at(i)->setEnabled(false);
    1.22  				actionDelete->setEnabled (true);
    1.23 -				actionFormatHideLinkUnselected->setOn
    1.24 -					( selection->getHideLinkUnselected());
    1.25 +				// FIXME-2 actionFormatHideLinkUnselected->setOn
    1.26 +				//	( selection->getHideLinkUnselected());
    1.27  				actionMoveUp->setEnabled (false);
    1.28  				actionMoveDown->setEnabled (false);
    1.29 -				*/
    1.30  			}	//image
    1.31  
    1.32  		} else