Skip to content

Conversation

@ptziegler
Copy link
Contributor

The internal_refreshGEF_withProgress() method is guaranteed to be called from the SWT UI thread, as it is only called from the internal_refreshGEF method.

This method modifies e.g. the PageBook (an SWT composite), which would throw an "Invalid Thread Access" when access from any other thread.

The `internal_refreshGEF_withProgress()` method is guaranteed to be
called from the SWT UI thread, as it is only called from the
`internal_refreshGEF()` method.

This method modifies e.g. the `PageBook` (an SWT composite), which would
throw an "Invalid Thread Access" when access from any other thread.
@ptziegler ptziegler force-pushed the cleanup-design-page branch from 434f2ed to baa538f Compare January 14, 2026 22:00
@github-actions
Copy link

Test Results

 2 720 files  ±0   2 720 suites  ±0   10h 26m 9s ⏱️ - 33m 35s
 7 004 tests ±0   6 946 ✅ ±0   58 💤 ±0  0 ❌ ±0 
28 016 runs  ±0  27 774 ✅ ±0  242 💤 ±0  0 ❌ ±0 

Results for commit baa538f. ± Comparison against base commit 32b7839.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant