#2888: Correct font check in BaseComponent
This commit is contained in:
@@ -299,7 +299,7 @@ public abstract class BaseComponent
|
||||
*/
|
||||
public String getFont()
|
||||
{
|
||||
if ( color == null )
|
||||
if ( font == null )
|
||||
{
|
||||
if ( parent == null )
|
||||
{
|
||||
|
Reference in New Issue
Block a user