mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Set the parent and driver on SetSource
This commit is contained in:
@@ -180,6 +180,8 @@ namespace Terminal.Gui {
|
||||
if (source == null)
|
||||
throw new ArgumentNullException (nameof (source));
|
||||
Source = MakeWrapper (source);
|
||||
((ListWrapper) Source).Container = this;
|
||||
((ListWrapper) Source).Driver = Driver;
|
||||
}
|
||||
|
||||
bool allowsMarking;
|
||||
|
||||
Reference in New Issue
Block a user