You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause of this is because the scroll bar only appears if the
metric columns are also visible.
To ensure the scroll bar is visible, the width of tree column needs to
be adjusted to allow at least one metric column is visible.
Update:
- The previous fix doesn't cater high def screen (mac book, windows) and
report incorrect size of the table.
- Reuse the pack method for both initial and resizing listener to avoid
duplicate code and ensure it uses the same pack algorithm.
For unknown reason, on Linux/GTK it triggers resize event even though
the window's size doesn't change.
This fix will check manually if there's any changes with table size or
not.
Other fix: Make sure the width of tree column is static as much as
possible unless its width is bigger than the table's width.
Describe the bug
On Linux, if you shrink the width of the window so that none of the metric columns are visible, the scroll bar disappears.
To Reproduce
Take any database with the 2022.03 viewer and shrink the width
Expected behavior
I think at least one metric should always be at least partially visible when the width of the hpcviewer window is shrunk.
Screenshots
Platform (please complete the following information):
Linux
x86
iris.cs
The text was updated successfully, but these errors were encountered: