|
|
@ -210,6 +210,10 @@ public class XBorderStyleWidgetCreator extends XWidgetCreator{ |
|
|
|
|
|
|
|
|
|
|
|
reshuffleBorderPaintingEffectIfTitleExists(titleParent, titleCreator, bodyXCreator); |
|
|
|
reshuffleBorderPaintingEffectIfTitleExists(titleParent, titleCreator, bodyXCreator); |
|
|
|
reshuffleBackgroundPaintingEffectIfTitleExists(titleParent, titleCreator, bodyXCreator); |
|
|
|
reshuffleBackgroundPaintingEffectIfTitleExists(titleParent, titleCreator, bodyXCreator); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
titleParent.setBorder(null); |
|
|
|
|
|
|
|
titleParent.setBorderImage4Painting(null, 0.0); |
|
|
|
|
|
|
|
titleParent.setBackground4Painting(null, 0.0); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|