edaadde fix(bar): always add stroke on selected_frame
📊 Changes
1 file changed (+18 additions, -8 deletions)
View changed files
📝komorebi-bar/src/selected_frame.rs (+18 -8)
📄 Description
This commit fixes a breaking change on the selected_frame that was introduced by eframe version 0.31.
In this version, the stroke is drawn on the inside of a Frame instead it being drawn on the outside like before. This now means that a stroke needs to be added on all the states of the Frame in order to avoid all the elements to be moving around on hover.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1307
**Author:** [@CtByte](https://github.com/CtByte)
**Created:** 2/28/2025
**Status:** ✅ Merged
**Merged:** 3/1/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `egui_frame_stroke`
---
### 📝 Commits (1)
- [`edaadde`](https://github.com/LGUG2Z/komorebi/commit/edaadded715090694cf24a18765284bd88c3f5c2) fix(bar): always add stroke on selected_frame
### 📊 Changes
**1 file changed** (+18 additions, -8 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-bar/src/selected_frame.rs` (+18 -8)
</details>
### 📄 Description
This commit fixes a breaking change on the selected_frame that was introduced by eframe version 0.31.
In this version, the stroke is drawn on the inside of a Frame instead it being drawn on the outside like before. This now means that a stroke needs to be added on all the states of the Frame in order to avoid all the elements to be moving around on hover.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1307
Author: @CtByte
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/1/2025
Merged by: @LGUG2Z
Base:
master← Head:egui_frame_stroke📝 Commits (1)
edaaddefix(bar): always add stroke on selected_frame📊 Changes
1 file changed (+18 additions, -8 deletions)
View changed files
📝
komorebi-bar/src/selected_frame.rs(+18 -8)📄 Description
This commit fixes a breaking change on the selected_frame that was introduced by eframe version 0.31.
In this version, the stroke is drawn on the inside of a Frame instead it being drawn on the outside like before. This now means that a stroke needs to be added on all the states of the Frame in order to avoid all the elements to be moving around on hover.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.