Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 12:30:12 PM (18 years ago)
Author:
bensch
Message:

resizing works perfectly :)… man there were little bugs…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.cc

    r9558 r9560  
    5050        printf("_----------------------- ");
    5151        GLGuiHandler::getInstance()->resolution().debug();
     52        this->getSize2D().debug();
    5253        this->setAbsCoor2D((GLGuiHandler::getInstance()->resolution() - this->getSize2D()) / 2.0);
    5354        break;
    5455      default:
    5556        printf("not done mode yet!!\n");
    56 
    5757    }
    5858  }
Note: See TracChangeset for help on using the changeset viewer.