Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9560 in orxonox.OLD for branches/proxy/src/lib/network


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/network/monitor/network_monitor.cc

    r9554 r9560  
    203203  if (this->box == NULL)
    204204  {
    205     this->box = new OrxGui::GLGuiBox(OrxGui::Vertical);
    206     {
    207       NetworkStatsWidget* netStats = new NetworkStatsWidget(this);
    208       this->box->pack(netStats);
    209 
    210     }
    211 
     205    this->box = new NetworkStatsWidget(this);
    212206    this->box->showAll();
    213     //this->box->setAbsCoor2D(300, 40);
    214207  }
    215208  else
Note: See TracChangeset for help on using the changeset viewer.