(svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWidgetScrollbar inherit from Scrollbar instead.
This commit is contained in:
@@ -256,9 +256,6 @@ public:
|
||||
int width; ///< width of the window (number of pixels to the right in x direction)
|
||||
int height; ///< Height of the window (number of pixels down in y direction)
|
||||
|
||||
Scrollbar old_hscroll; ///< Horizontal scroll bar
|
||||
Scrollbar old_vscroll; ///< First vertical scroll bar
|
||||
Scrollbar old_vscroll2; ///< Second vertical scroll bar
|
||||
ResizeInfo resize; ///< Resize information
|
||||
|
||||
Owner owner; ///< The owner of the content shown in this window. Company colour is acquired from this variable.
|
||||
|
Reference in New Issue
Block a user