mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Merge branch 'gui-cs:v2_develop' into v2_develop
This commit is contained in:
@@ -26,7 +26,7 @@ public partial class View
|
|||||||
set
|
set
|
||||||
{
|
{
|
||||||
CWPPropertyHelper.ChangeProperty (
|
CWPPropertyHelper.ChangeProperty (
|
||||||
_schemeName,
|
ref _schemeName,
|
||||||
value,
|
value,
|
||||||
OnSchemeNameChanging,
|
OnSchemeNameChanging,
|
||||||
SchemeNameChanging,
|
SchemeNameChanging,
|
||||||
@@ -209,7 +209,7 @@ public partial class View
|
|||||||
public bool SetScheme (Scheme? scheme)
|
public bool SetScheme (Scheme? scheme)
|
||||||
{
|
{
|
||||||
return CWPPropertyHelper.ChangeProperty (
|
return CWPPropertyHelper.ChangeProperty (
|
||||||
_scheme,
|
ref _scheme,
|
||||||
scheme,
|
scheme,
|
||||||
OnSettingScheme,
|
OnSettingScheme,
|
||||||
SchemeChanging,
|
SchemeChanging,
|
||||||
|
|||||||
@@ -328,7 +328,7 @@ public partial class View // Layout APIs
|
|||||||
set
|
set
|
||||||
{
|
{
|
||||||
CWPPropertyHelper.ChangeProperty (
|
CWPPropertyHelper.ChangeProperty (
|
||||||
_height,
|
ref _height,
|
||||||
value,
|
value,
|
||||||
OnHeightChanging,
|
OnHeightChanging,
|
||||||
HeightChanging,
|
HeightChanging,
|
||||||
@@ -416,7 +416,7 @@ public partial class View // Layout APIs
|
|||||||
set
|
set
|
||||||
{
|
{
|
||||||
CWPPropertyHelper.ChangeProperty (
|
CWPPropertyHelper.ChangeProperty (
|
||||||
_width,
|
ref _width,
|
||||||
value,
|
value,
|
||||||
OnWidthChanging,
|
OnWidthChanging,
|
||||||
WidthChanging,
|
WidthChanging,
|
||||||
|
|||||||
Reference in New Issue
Block a user