Skip to content

Commit

Permalink
Fix highlight border on popup toolkit controls
Browse files Browse the repository at this point in the history
Fixes #405
  • Loading branch information
elParaguayo committed Dec 26, 2024
1 parent ec39183 commit a1328d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024-12-26: [BUGFIX] Fix control highlight border in popup toolkit
2024-12-23: [FEATURE] Add ability to mask icons in `StatusNotifier` widget
2024-12-11: [BREAKING CHANGE] `dbus-next` dependency has been replaced with `dbus-fast`. Update to latest qtile is also required.
2024-11-18: [BUGFIX] Fix square border for `AnalogueClock`
Expand Down
1 change: 1 addition & 0 deletions qtile_extras/popup/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ def paint_border(self):
self.drawer.set_source_rgb(self.highlight)
self.drawer.ctx.save()
self.rectangle()
self.drawer.ctx.set_line_width(self.highlight_border)
self.drawer.ctx.stroke()
self.drawer.ctx.restore()

Expand Down

0 comments on commit a1328d0

Please sign in to comment.