release: ef-1.0.3
- Fixed cppcheck CI failure: removed unused screenWidth variable - Version bump to 0.15.ef-1.0.3
This commit is contained in:
parent
d5e42b9e40
commit
c171813045
@ -6,6 +6,16 @@ Base: CrossPoint Reader 0.15.0
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## ef-1.0.3
|
||||||
|
|
||||||
|
**Maintenance Release**
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fixed cppcheck CI failure: removed unused `screenWidth` variable in word selection activity
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## ef-1.0.2
|
## ef-1.0.2
|
||||||
|
|
||||||
**Quick Menu Enhancements**
|
**Quick Menu Enhancements**
|
||||||
|
|||||||
@ -3,7 +3,7 @@ default_envs = default
|
|||||||
|
|
||||||
[crosspoint]
|
[crosspoint]
|
||||||
# 0.15.0 CrossPoint base, ef-1.0.0 is the first release of the ef branch
|
# 0.15.0 CrossPoint base, ef-1.0.0 is the first release of the ef branch
|
||||||
version = 0.15.ef-1.0.2
|
version = 0.15.ef-1.0.3
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
platform = espressif32 @ 6.12.0
|
platform = espressif32 @ 6.12.0
|
||||||
|
|||||||
@ -227,7 +227,6 @@ void EpubWordSelectionActivity::render() const {
|
|||||||
int marginTop, marginRight, marginBottom, marginLeft;
|
int marginTop, marginRight, marginBottom, marginLeft;
|
||||||
getDictionaryContentMargins(renderer, &marginTop, &marginRight, &marginBottom, &marginLeft);
|
getDictionaryContentMargins(renderer, &marginTop, &marginRight, &marginBottom, &marginLeft);
|
||||||
|
|
||||||
const auto screenWidth = renderer.getScreenWidth();
|
|
||||||
const auto screenHeight = renderer.getScreenHeight();
|
const auto screenHeight = renderer.getScreenHeight();
|
||||||
|
|
||||||
// Draw the page content (uses pre-calculated offsets from reader)
|
// Draw the page content (uses pre-calculated offsets from reader)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user