Form editor: 'Cursor' property is not applied anymore.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: 'Cursor' property is not applied anymore.
This commit is contained in:
gambas 2022-03-18 23:19:57 +01:00
parent 6a451b4b6c
commit 541deeede0

View file

@ -46,6 +46,7 @@ Static Public Sub _init()
$cRedirect["Tag"] = True
$cRedirect["Password"] = True
$cRedirect["Mouse"] = True
$cRedirect["Cursor"] = True
$cRedirect["ToolTip"] = True
$cRedirect["Drop"] = True
$cRedirect["List"] = True