Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Gianmaria Dal Maistro
2015-09-29 16:51:05 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a6d807282b8a1686c357bfdc5ebf721f8db365f
3a6d8072
1 parent
2420e723
fixed conflict
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
PNChart/PNPieChart.h
PNChart/PNPieChart.m
PNChart/PNPieChart.h
View file @
3a6d807
...
...
@@ -65,8 +65,4 @@
-
(
void
)
recompute
;
<<<<<<<
Updated
upstream
@end
=======
@end
>>>>>>>
Stashed
changes
...
...
PNChart/PNPieChart.m
View file @
3a6d807
...
...
@@ -149,7 +149,7 @@
}
if
(
self
.
hideValues
)
descriptionLabel
.
text
=
titleText
;
descriptionLabel
.
text
=
titleText
;
else
if
(
!
titleText
||
self
.
showOnlyValues
)
descriptionLabel
.
text
=
titleValue
;
else
{
...
...
Please
register
or
login
to post a comment