Feature: hscroll_indicator (#753)

This is the symetrical of `vscroll_indicator`.

Requested by @ibrahimnasson.

Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/752
This commit is contained in:
Arthur Sonzogni
2023-09-26 23:08:42 +02:00
committed by ArthurSonzogni
parent dd6a5d371f
commit 19ffc37696
15 changed files with 173 additions and 13 deletions

View File

@@ -37,7 +37,6 @@ class Select : public Node {
}
};
class Focus : public Select {
public:
using Select::Select;
@@ -143,7 +142,6 @@ class FocusCursor : public Focus {
Screen::Cursor::Shape shape_;
};
} // namespace
/// @brief Set the `child` to be the one selected among its siblings.