return values
This commit is contained in:
parent
bdcf645eba
commit
4fdb621efd
1 changed files with 3 additions and 0 deletions
|
@ -174,6 +174,7 @@ std::string FbTk::Resource<FbTk::GContext::LineStyle>::getString() {
|
|||
return "LineDoubleDash";
|
||||
break;
|
||||
};
|
||||
return "LineSolid";
|
||||
}
|
||||
|
||||
template<>
|
||||
|
@ -208,6 +209,7 @@ std::string FbTk::Resource<FbTk::GContext::JoinStyle>::getString() {
|
|||
return "JoinRound";
|
||||
break;
|
||||
};
|
||||
return "JoinMiter";
|
||||
}
|
||||
|
||||
template<>
|
||||
|
@ -245,6 +247,7 @@ std::string FbTk::Resource<FbTk::GContext::CapStyle>::getString() {
|
|||
return "CapProjecting";
|
||||
break;
|
||||
};
|
||||
return "CapNotLast";
|
||||
}
|
||||
|
||||
template<>
|
||||
|
|
Loading…
Reference in a new issue