Bug #3174
Ubuntu, GTK3, Table headers are hidden
Statut: | Closed | Début: | 19/10/2021 | |
---|---|---|---|---|
Priorité: | High | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | UI / Editor | Temps passé: | - | |
Version cible: | TXM 0.8.3 |
Description
SWT Table headers are hidden when a result is computed. Switching between editors restores the headers
Solution¶
The TXMEditor.packColumns(TableViewer viewer) does not refrech correctly the headers of the aĉked columns
commenting the "viewer.getControl().setRedraw(...);" lines fix the problem BUT affects fluidity (Windows only ?)
Révisions associées
fix column headers in TXMEditor tables refs #3174
Historique
#1 Mis à jour par Matthieu Decorde il y a plus de 3 ans
- Description mis à jour (diff)
- % réalisé changé de 0 à 10
#2 Mis à jour par Matthieu Decorde il y a plus de 3 ans
- Description mis à jour (diff)
#3 Mis à jour par Matthieu Decorde il y a plus de 3 ans
- % réalisé changé de 10 à 80
MD: I've replace the call of column.pack() method with a simple max width computation (use column text and content text)
#4 Mis à jour par Matthieu Decorde il y a plus de 2 ans
- Version cible changé de TXM 0.8.2 à TXM 0.8.3
#5 Mis à jour par Sebastien Jacquot il y a plus d'un an
- % réalisé changé de 80 à 100
#6 Mis à jour par Sebastien Jacquot il y a plus d'un an
- Statut changé de New à Closed