mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed warning
This commit is contained in:
@@ -350,7 +350,7 @@ public class AllViewsTester : Scenario
|
||||
|
||||
if (view is IDesignable designable)
|
||||
{
|
||||
designable.EnableForDesign (_demoText);
|
||||
designable.EnableForDesign (ref _demoText);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user