diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 17:05:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 17:05:07 (GMT) |
| commit | bd7dd2074228baf32e217ffe619aa53fe7f78f55 (patch) | |
| tree | 18cd1360105ed01e070e1de663efc90095e518d5 /src/interface/Label.h | |
| parent | 3fcfede08f35514cc5af56829a141fba4427f80f (diff) | |
| download | powder-bd7dd2074228baf32e217ffe619aa53fe7f78f55.zip powder-bd7dd2074228baf32e217ffe619aa53fe7f78f55.tar.gz | |
Better text selection colour invert, fixes #107
Diffstat (limited to 'src/interface/Label.h')
| -rw-r--r-- | src/interface/Label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Label.h b/src/interface/Label.h index 77c28d6..f701580 100644 --- a/src/interface/Label.h +++ b/src/interface/Label.h @@ -15,6 +15,7 @@ namespace ui std::string textFragments; std::string textLines; std::string displayText; + std::string tDisplayText; std::string text; Colour textColour; |
