This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 155964
Collapse All | Expand All

(-)a/options.editor/src/org/netbeans/modules/options/colors/ColorModel.java (-2 / +2 lines)
Lines 436-443 Link Here
436
                    }
436
                    }
437
                }
437
                }
438
            });
438
            });
439
            
439
            //allow pasting into the preview components
440
            editorPane.setEnabled(false);
440
            editorPane.setEnabled(true);
441
            editorPane.setText(exampleText);
441
            editorPane.setText(exampleText);
442
            
442
            
443
            // scroll the view, but leave the caret where it is, otherwise it will
443
            // scroll the view, but leave the caret where it is, otherwise it will

Return to bug 155964