diff options
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; }; } |
