--- jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java 2008/05/28 04:00:48 1742 +++ jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java 2008/05/31 23:04:01 1743 @@ -96,6 +96,7 @@ if("leftSidePane.visible".equals(name)) return true; if("rightSidePane.visible".equals(name)) return true; if("rightSidePane.showInstrumentsDb".equals(name)) return true; + if("channel.smallView.showChannelNumbering".equals(name)) return true; return super.getDefaultBoolValue(name); }