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 GitHub
parent 20d4be286b
commit c24a274292
16 changed files with 185 additions and 22 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.