change curser to cursor
This commit is contained in:
@@ -2800,7 +2800,7 @@ void YabInterface::TextControl(const char* id, const char* option, const char* v
|
|||||||
myTControl -> MakeFocus(focused);
|
myTControl -> MakeFocus(focused);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(tmpOption.IFindFirst("Curser")!=B_ERROR)
|
if(tmpOption.IFindFirst("Curser")!=B_ERROR || tmpOption.IFindFirst("Cursor")!=B_ERROR )
|
||||||
{
|
{
|
||||||
const char* str_int = tmpValue.String();
|
const char* str_int = tmpValue.String();
|
||||||
bool focused = true;
|
bool focused = true;
|
||||||
@@ -3796,7 +3796,7 @@ void YabInterface::TextSet(const char* title, const char* option, int value)
|
|||||||
myText->SetCaseSensitive((bool)value);
|
myText->SetCaseSensitive((bool)value);
|
||||||
else if(tmp.IFindFirst("tabwidth")!=B_ERROR)
|
else if(tmp.IFindFirst("tabwidth")!=B_ERROR)
|
||||||
myText->SetTabWidth(value);
|
myText->SetTabWidth(value);
|
||||||
else if(tmp.IFindFirst("curser")!=B_ERROR)
|
else if(tmp.IFindFirst("cursor")!=B_ERROR)
|
||||||
myText->Select(value, value);
|
myText->Select(value, value);
|
||||||
else if(tmp.IFindFirst("textwidth")!=B_ERROR)
|
else if(tmp.IFindFirst("textwidth")!=B_ERROR)
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
These functions set and get the font These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii
|
||||||
Binary file not shown.
Reference in New Issue
Block a user