fixed a terrible bug in DictionarySettings (sorry!).
This commit is contained in:
parent
eb30452579
commit
bd203b5cc3
2 changed files with 8 additions and 10 deletions
|
@ -2135,7 +2135,6 @@ public void paste(int offset)
|
|||
|
||||
JToolBar toolbar = null ;
|
||||
|
||||
System.out.println ( parent.toString () ) ;
|
||||
for ( int child = 0; child < parent.getComponentCount (); child++ )
|
||||
{
|
||||
if ( parent.getComponent ( child ) instanceof JToolBar )
|
||||
|
|
|
@ -61,7 +61,6 @@ public class GlobalResourceHolder
|
|||
{
|
||||
if ( null == GlobalResourceHolder.settingsServiceProvider )
|
||||
return ;
|
||||
|
||||
if ( DICTIONARY_SETTINGS == setting )
|
||||
{
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue