Project

General

Profile

« Previous | Next » 

Revision cd2d88fb

Added by Leszek Koltunski 9 months ago

Progress with Creator of Bandaged Skewbs.

View differences:

src/main/java/org/distorted/bandaged/BandagedCreatorScreen.java
400 400

  
401 401
      int max = mMaxSupported-mMinSupported+1;
402 402

  
403
      if( mX>max ) mX = max;
404
      if( mY>max ) mY = max;
405
      if( mZ>max ) mZ = max;
403
      if( mX>=max ) mX = 0;//max-1;
404
      if( mY>=max ) mY = 0;//max-1;
405
      if( mZ>=max ) mZ = 0;//max-1;
406 406

  
407 407
      mSpinnerX.setSelection(mX);
408 408
      mSpinnerY.setSelection(mY);

Also available in: Unified diff