diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:46:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:46:56 +0300 |
commit | 478a5fcaa06b001915bd8950c3ef807d73c571ca (patch) | |
tree | 0f55bc740329173537b18a0619769a157a4af82c /src/gui/widgets/textfield.h | |
parent | 592b28ddc60d437b7b7ebd14386873b808605f8e (diff) | |
download | plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.tar.gz plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.tar.bz2 plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.tar.xz plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.zip |
add outline color in textfield class.
Diffstat (limited to 'src/gui/widgets/textfield.h')
-rw-r--r-- | src/gui/widgets/textfield.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h index 14b8f57b5..0c30fc819 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.h @@ -144,6 +144,7 @@ class TextField : public gcn::TextField, int mLastEventPaste; int mPadding; const gcn::Color *mCaretColor; + gcn::Color mForegroundColor2; PopupMenu *mPopupMenu; }; |