mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
revert faulty class change
This commit is contained in:
parent
a8337b7f66
commit
e9d1e9ebbc
1 changed files with 1 additions and 1 deletions
|
@ -2740,7 +2740,7 @@ static NSMutableSet *textNodes = nil;
|
|||
[dot appendFormat: @"digraph class_%@ {\n", cNam];
|
||||
[dot appendString: @" rankdir = \"TB\";\n"];
|
||||
[dot appendString: @" {\n"];
|
||||
[dot appendString: @" node [class=figure margin=0 fontcolor=blue"
|
||||
[dot appendString: @" node [margin=0 fontcolor=blue"
|
||||
@" fontsize=24 width=0.5 shape=rectangle style=filled]\n"];
|
||||
if (sNam)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue