mirror of
https://github.com/polybar/polybar.git
synced 2026-03-07 08:48:56 +00:00
wip(refactor): Cairo drawing
This commit is contained in:
@ -47,10 +47,10 @@ string builder::flush() {
|
||||
if (m_tags[syntaxtag::u]) {
|
||||
underline_color_close();
|
||||
}
|
||||
if ((m_attributes >> static_cast<int>(attribute::UNDERLINE)) & 1U) {
|
||||
if ((m_attributes >> static_cast<int>(attribute::UNDERLINE)) & 1) {
|
||||
underline_close();
|
||||
}
|
||||
if ((m_attributes >> static_cast<int>(attribute::OVERLINE)) & 1U) {
|
||||
if ((m_attributes >> static_cast<int>(attribute::OVERLINE)) & 1) {
|
||||
overline_close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user