/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/DevicePane.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/DevicePane.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1817 by iliev, Tue Oct 7 00:07:14 2008 UTC revision 1818 by iliev, Wed Dec 24 17:29:47 2008 UTC
# Line 138  public class DevicePane extends JPanel { Line 138  public class DevicePane extends JPanel {
138                    
139          public void          public void
140          showOptionsPane(boolean show) {          showOptionsPane(boolean show) {
141                  btnOptions.showOptionsPane(show);                  if(show != btnOptions.isSelected()) btnOptions.doClick(0);
142          }          }
143                    
144          public boolean          public boolean

Legend:
Removed from v.1817  
changed lines
  Added in v.1818

  ViewVC Help
Powered by ViewVC