Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 327906 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/swt/widgets/Display.java (-1 / +5 lines)
Lines 1150-1156 Link Here
1150
        error( SWT.ERROR_DEVICE_DISPOSED );
1150
        error( SWT.ERROR_DEVICE_DISPOSED );
1151
      }
1151
      }
1152
      if( thread != Thread.currentThread() ) {
1152
      if( thread != Thread.currentThread() ) {
1153
        wakeThread();
1153
        UICallBack.runNonUIThreadWithFakeContext( this, new Runnable() {
1154
          public void run() {
1155
            UICallBackManager.getInstance().sendImmediately();
1156
          }
1157
        } );
1154
      }
1158
      }
1155
    }
1159
    }
1156
  }
1160
  }

Return to bug 327906