Advertisement
Guest User

Untitled

a guest
Feb 15th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   Connections
  2.  
  3.   {
  4.  
  5.     target: window  
  6.  
  7.     onOrientationChangeFinished:
  8.  
  9.     {
  10.  
  11.       TxPadObj.changeSynEditSize(synItem.width,synItem.height)
  12.  
  13.       if (rootWindow.inPortrait) { txVars.portraitOrientation = true } else { txVars.portraitOrientation = false }
  14.  
  15.     }
  16.  
  17.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement