Closed janezd closed 3 years ago
Merging #98 (7e1e2cf) into master (17d6b96) will decrease coverage by
0.00%
. The diff coverage is88.88%
.
@@ Coverage Diff @@
## master #98 +/- ##
==========================================
- Coverage 87.88% 87.88% -0.01%
==========================================
Files 19 19
Lines 2667 2675 +8
Branches 314 315 +1
==========================================
+ Hits 2344 2351 +7
- Misses 293 294 +1
Partials 30 30
Impacted Files | Coverage Ξ | |
---|---|---|
orangecontrib/educational/widgets/owrandomdata.py | 97.81% <88.88%> (-0.27%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update 17d6b96...7e1e2cf. Read the comment docs.
This works well for the output summary. But the first issue is still present. I think it is my fault for not describing the bug well enough. So adding a variable happens only when hovering over the comboBox.
Issue
Fixes #97.
Description of changes
currentTextChanged
triggers adding a variables. This has been resolved by setting the focus policy to none.Includes