From 67ab4addebec512f9903dd39eb05ce13a7af870e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 23 Jun 2014 15:37:49 +0200 Subject: [PATCH] CComponentsWindow: add missing comment for sidebars --- src/gui/components/cc_frm_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_window.h b/src/gui/components/cc_frm_window.h index 9bd47a870..3875c8015 100644 --- a/src/gui/components/cc_frm_window.h +++ b/src/gui/components/cc_frm_window.h @@ -180,7 +180,7 @@ class CComponentsWindow : public CComponentsForm CComponentsFrmChain* getLeftSidebarObject(){return ccw_left_sidebar;}; ///returns a pointer to the internal right side bar object, use this to get access to right sidebar properities CComponentsFrmChain* getRightSidebarObject(){return ccw_right_sidebar;}; - + ///sets width of sidebars void setWidthSidebar(const int& sidebar_width){ccw_w_sidebar = sidebar_width; initCCWItems();}; ///refresh position and dimension and reinitialize elemenatary properties