diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-13 21:31:11 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:12:42 (GMT) |
| commit | 3461cc64d4db897a387d851fa7cc38716fb5a002 (patch) | |
| tree | ac421e531c26be56d172ed4f9f6853c43754bfb1 /src/interface/SaveButton.h | |
| parent | d0b14dc64bb26719d2faa1aee86f0554f653725b (diff) | |
| download | powder-3461cc64d4db897a387d851fa7cc38716fb5a002.zip powder-3461cc64d4db897a387d851fa7cc38716fb5a002.tar.gz | |
bring back the old vote bars
Diffstat (limited to 'src/interface/SaveButton.h')
| -rw-r--r-- | src/interface/SaveButton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface/SaveButton.h b/src/interface/SaveButton.h index f2300d8..74dbc00 100644 --- a/src/interface/SaveButton.h +++ b/src/interface/SaveButton.h @@ -33,6 +33,8 @@ class SaveButton : public Component, public ThumbnailListener std::string votesString; std::string votesBackground; std::string votesBackground2; + int voteBarHeightUp; + int voteBarHeightDown; bool wantsDraw; bool waitingForThumb; bool isMouseInsideAuthor; @@ -74,8 +76,6 @@ public: void SetActionCallback(SaveButtonAction * action); protected: bool isButtonDown, state, isMouseInside, selected, selectable; - float voteRatio; - Colour voteColour; SaveButtonAction * actionCallback; }; } |
