Bug #3174

Mis à jour par Matthieu Decorde il y a plus de 3 ans

SWT Table headers are hidden when a result is computed. Switching between editors restores the headers

h3. Solution

The TXMEditor.packColumns(TableViewer viewer) does not refrech correctly the headers of the aĉked columns

-commenting commenting the "viewer.getControl().setRedraw(...);" lines fix the problem BUT affects fluidity (Windows only ?)- ?)

Retour