Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set timer to 900 for propview collapse
  • Loading branch information
olas committed Nov 22, 2012
1 parent e3715f2 commit a82d3ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -258,7 +258,7 @@ public void selectionChanged( SelectionChangedEvent event ) {

//Collapse propertyview after some ms of waiting
if(System.getProperty("DS_COLLAPSE","false").equalsIgnoreCase("true")){
Display.getDefault().timerExec(500, new Runnable() {
Display.getDefault().timerExec(900, new Runnable() {
@Override
public void run() {
PropertyViewHelper.collapseAll();
Expand Down

0 comments on commit a82d3ab

Please sign in to comment.