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";
|
return "LineDoubleDash";
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
|
return "LineSolid";
|
||||||
}
|
}
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
@ -208,6 +209,7 @@ std::string FbTk::Resource<FbTk::GContext::JoinStyle>::getString() {
|
||||||
return "JoinRound";
|
return "JoinRound";
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
|
return "JoinMiter";
|
||||||
}
|
}
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
@ -245,6 +247,7 @@ std::string FbTk::Resource<FbTk::GContext::CapStyle>::getString() {
|
||||||
return "CapProjecting";
|
return "CapProjecting";
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
|
return "CapNotLast";
|
||||||
}
|
}
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
|
Loading…
Reference in a new issue