mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-25 00:52:09 +08:00
issues update
This commit is contained in:
parent
b28d57086a
commit
b07454570f
@ -227,6 +227,13 @@ struct SliderOption {
|
||||
Direction direction = Direction::Right;
|
||||
Color color_active = Color::White;
|
||||
Color color_inactive = Color::GrayDark;
|
||||
|
||||
// Neue Methode zum Setzen der Farbe des Sliders
|
||||
void setColor(const Color& active, const Color& inactive) {
|
||||
color_active = active;
|
||||
color_inactive = inactive;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// Parameter pack used by `WindowOptions::render`.
|
||||
|
Loading…
Reference in New Issue
Block a user