[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/karbon/tools
From:       Casper Boemann <cbr () boemann ! dk>
Date:       2006-01-12 23:13:21
Message-ID: 1137107601.306975.32117.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 497513 by boemann:

fix compile


 M  +2 -0      vselectnodestool.cc  


--- trunk/koffice/karbon/tools/vselectnodestool.cc #497512:497513
@@ -202,11 +202,13 @@
 	{
 		// increase/decrease the handle size
 		case Qt::Key_I:
+		{
 			uint handleSize = selection->handleSize();
 			if( shiftPressed() ) 
 				selection->setHandleSize( ++handleSize );
 			else if( handleSize > 1 )
 				selection->setHandleSize( --handleSize );
+		}
 		break;
 		case Qt::Key_Delete:
 			if( selection->objects().count() > 0 )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic