7190544: Nimbus LaF: regression UnitTest failure

Reviewed-by: alexsch, azvegint, serb
This commit is contained in:
Semyon Sadetsky 2015-05-08 17:40:43 +03:00
parent 3a2ff1374b
commit 443304485b

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -134,6 +134,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI
value = Integer.valueOf(6);
}
LookAndFeel.installProperty(splitPane, "dividerSize", value);
dividerSize = ((Number)value).intValue();
value = style.get(context, "SplitPane.oneTouchExpandable");
if (value != null) {