diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-26 19:57:10 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-26 19:57:10 (GMT) |
| commit | ab6fed71d74371e2d38372eae71ee26a7ef214df (patch) | |
| tree | 4f139ad5501bb66dcc9c4770d1ceb7be6e159284 /src/interface/Component.h | |
| parent | e26cb8ce2f69b81442194bd2310cfc3ea6bb6f5f (diff) | |
| download | powder-ab6fed71d74371e2d38372eae71ee26a7ef214df.zip powder-ab6fed71d74371e2d38372eae71ee26a7ef214df.tar.gz | |
Replace textblock with new multiline label - with text selection!!!!111!!!one!!
Diffstat (limited to 'src/interface/Component.h')
| -rw-r--r-- | src/interface/Component.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Component.h b/src/interface/Component.h index a4fde39..555be84 100644 --- a/src/interface/Component.h +++ b/src/interface/Component.h @@ -23,6 +23,7 @@ namespace ui protected: bool drawn; ui::Point textPosition; + ui::Point textSize; ui::Point iconPosition; public: Component(Window* parent_state); |
