Browse Source

kcApp.cpp: Update comments

master
kevin 11 years ago
parent
commit
8fa3077826
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      src/kc/kcApp.cpp

+ 2
- 4
src/kc/kcApp.cpp View File

@@ -85,14 +85,12 @@ kcApp::kcApp(cmCtx_t* ctx, cmPrH_t prH, cmTsMp1cH_t printqH, int w, int h, const
85 85
   _createMenu(w,kMenuH);
86 86
   end();
87 87
 
88
-  // Create a text display object for console output andvadd it to the lower splitter area
89
-
90
-  // Create a tab view and added it to the upper splitter area
88
+  // Create a tab view 
91 89
   add(_tabs = new Fl_Tabs(this->x(),this->y()+kMenuH,this->w(),this->h()-kMenuH));
92 90
   _tabs->callback(_s_tab_cb,this);
93 91
   _tabs->end();
94 92
 
95
-  int tx=x(),ty=y(),th=this->w(),tw=this->h();
93
+  int tx=x(),ty=y(),th=this->h(),tw=this->w();
96 94
   _tabs->client_area(tx,ty,tw,th);
97 95
 
98 96
   // Create the 'Setup' tab group

Loading…
Cancel
Save