OSDN Git Service

Fix refresh issue in the resource chooser
authorTor Norbye <tnorbye@google.com>
Fri, 10 Jun 2011 18:19:59 +0000 (11:19 -0700)
committerTor Norbye <tnorbye@google.com>
Fri, 10 Jun 2011 18:19:59 +0000 (11:19 -0700)
commit49f6e036c6c83c2638d8902463fb9a94fdd8f243
tree090437c3e507fddc2310db954a035fc43b662804
parent3af5f887f6f096675759486ddabc0023aa5fac6c
Fix refresh issue in the resource chooser

When you switch between Framework and Project resources in the
resource chooser, the icon preview would not get updated since
apparently no selection event is fired. This fixes that issue.

Change-Id: I431ba3be4fbc01594232deb1a2f3949894cd8899
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ResourceChooser.java