mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsText: try to use an inherited version of CBox class
It's a partial solution to use full functionality for size handling of CTextBox in CComponentsText.
This commit is contained in:
@@ -68,7 +68,11 @@
|
||||
|
||||
class CBox
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
int *pX;
|
||||
int *pY;
|
||||
int *pWidth;
|
||||
int *pHeight;
|
||||
|
||||
public:
|
||||
/* Constructor */
|
||||
|
Reference in New Issue
Block a user