Return false if no border set
This commit is contained in:
parent
e1cba4116a
commit
e34a6d7606
1 changed files with 1 additions and 1 deletions
|
@ -217,6 +217,6 @@ class CustomScrollableWidget<T> : CustomBase, IScrollable {
|
|||
|
||||
public bool GetBorder(Gtk.Border border)
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue