BAbstractSpinner Colors

Adopted parent colors for the text view - should not have done so.
Disabled colors were incorrect, so I also corrected those in this patch.

Fixes #12574.

Signed-off-by: Jessica Hamilton <[email protected]>
This commit is contained in:
looncraz
2016-01-10 18:51:04 +13:00
committed by Jessica Hamilton
parent 5bc6713473
commit f9f16ddb2c
2 changed files with 21 additions and 23 deletions
@@ -59,6 +59,7 @@ public:
virtual void Draw(BRect updateRect);
virtual void FrameResized(float width, float height);
virtual void ValueChanged();
virtual void MessageReceived(BMessage* message);
virtual void Decrement() = 0;
virtual void Increment() = 0;