Skip to content

Commit

Permalink
[libgui - Rust] ScrollView’s interior View does not have a border
Browse files Browse the repository at this point in the history
  • Loading branch information
codyd51 committed Feb 13, 2024
1 parent 607753e commit 89d1b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust_programs/libgui/src/scroll_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ impl ScrollView {
view_frame
};
let view = Rc::new(View::new(Color::new(100, 100, 100), sizer));
view.set_border_enabled(false);
//view.set_border_enabled(false);

Rc::new(Self { view, layer })
Expand Down

0 comments on commit 89d1b5d

Please sign in to comment.