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