Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
|
||||
**Quick Menu Enhancements**
|
||||
|
||||
@@ -3,7 +3,7 @@ default_envs = default
|
||||
|
||||
[crosspoint]
|
||||
# 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]
|
||||
platform = espressif32 @ 6.12.0
|
||||
|
||||
@@ -227,7 +227,6 @@ void EpubWordSelectionActivity::render() const {
|
||||
int marginTop, marginRight, marginBottom, marginLeft;
|
||||
getDictionaryContentMargins(renderer, &marginTop, &marginRight, &marginBottom, &marginLeft);
|
||||
|
||||
const auto screenWidth = renderer.getScreenWidth();
|
||||
const auto screenHeight = renderer.getScreenHeight();
|
||||
|
||||
// Draw the page content (uses pre-calculated offsets from reader)
|
||||
|
||||
Reference in New Issue
Block a user