Kaydet (Commit) 73e4d35e authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Fixed the NONE border line style API value

üst 380895bc
...@@ -37,7 +37,7 @@ constants BorderLineStyle ...@@ -37,7 +37,7 @@ constants BorderLineStyle
{ {
/** No border line /** No border line
*/ */
const short NONE = -1; const short NONE = 0x7FFF;
/** Solid border line. /** Solid border line.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment