mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
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:
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
namespace {
|
||||
namespace {
|
||||
class DBox : public Node {
|
||||
public:
|
||||
explicit DBox(Elements children) : Node(std::move(children)) {}
|
||||
|
Reference in New Issue
Block a user