From 8fa3077826a28d60408e72f3cea7e90032c24344 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 16 Apr 2013 07:35:16 -0700 Subject: [PATCH] kcApp.cpp: Update comments --- src/kc/kcApp.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/kc/kcApp.cpp b/src/kc/kcApp.cpp index 63268e0..1e97208 100644 --- a/src/kc/kcApp.cpp +++ b/src/kc/kcApp.cpp @@ -85,14 +85,12 @@ kcApp::kcApp(cmCtx_t* ctx, cmPrH_t prH, cmTsMp1cH_t printqH, int w, int h, const _createMenu(w,kMenuH); end(); - // Create a text display object for console output andvadd it to the lower splitter area - - // Create a tab view and added it to the upper splitter area + // Create a tab view add(_tabs = new Fl_Tabs(this->x(),this->y()+kMenuH,this->w(),this->h()-kMenuH)); _tabs->callback(_s_tab_cb,this); _tabs->end(); - int tx=x(),ty=y(),th=this->w(),tw=this->h(); + int tx=x(),ty=y(),th=this->h(),tw=this->w(); _tabs->client_area(tx,ty,tw,th); // Create the 'Setup' tab group