-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add table view only to chart if really shown #280
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Looks good, thanks.
Will be merged as soon as travis runs though.
Codecov Report
@@ Coverage Diff @@
## master #280 +/- ##
============================================
+ Coverage 49.52% 49.80% +0.28%
- Complexity 6848 6864 +16
============================================
Files 380 380
Lines 40057 40065 +8
Branches 6419 6420 +1
============================================
+ Hits 19837 19955 +118
+ Misses 18824 18706 -118
- Partials 1396 1404 +8
Continue to review full report at Codecov.
|
39ad71d
to
9e40cd5
Compare
- Mitigates problem of it taking control over the charts size
9e40cd5
to
ac59c05
Compare
Here is an overview of what got changed by this pull request: Complexity increasing per file
==============================
- chartfx-chart/src/test/java/de/gsi/chart/plugins/TableViewerTest.java 1
See the complete overview on Codacy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks also for the nice tests and the patience with the CI :)
TableViewer: table cells can now be selected again - Mouse transparency was set incorrectly after commit eb7a286 (#280) Authored-by: Benjamin Peter <[email protected]>
I talked about it with akrimm, please ask if you want more info.