7190544: Nimbus LaF: regression UnitTest failure
Reviewed-by: alexsch, azvegint, serb
This commit is contained in:
parent
3a2ff1374b
commit
443304485b
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* 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);
|
value = Integer.valueOf(6);
|
||||||
}
|
}
|
||||||
LookAndFeel.installProperty(splitPane, "dividerSize", value);
|
LookAndFeel.installProperty(splitPane, "dividerSize", value);
|
||||||
|
dividerSize = ((Number)value).intValue();
|
||||||
|
|
||||||
value = style.get(context, "SplitPane.oneTouchExpandable");
|
value = style.get(context, "SplitPane.oneTouchExpandable");
|
||||||
if (value != null) {
|
if (value != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user