Skip to content

Commit

Permalink
[Updated] Logic to draw borders in eSlider (needs testing)
Browse files Browse the repository at this point in the history
(cherry picked from commit 59d908a)
  • Loading branch information
DimitarCC authored and Ev0-BH committed Jan 24, 2024
1 parent 2ed9412 commit 3d4ed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gui/eslider.cpp
Expand Up @@ -73,7 +73,7 @@ int eSlider::event(int event, void *data, void *data2)

gPainter &painter = *(gPainter*)data2;

bool drawborder = (m_have_border_color && m_border_width);
bool drawborder = m_border_width;


if (m_backgroundpixmap)
Expand Down

0 comments on commit 3d4ed25

Please sign in to comment.