Fixed minor graphics glitch when setting 'no button borders'

This commit is contained in:
K D Hedger
2025-02-13 13:39:03 +00:00
parent bdf8214cc9
commit 284c6ce6e4
7 changed files with 12 additions and 15 deletions

View File

@ -130,6 +130,8 @@ int main(int argc, char **argv)
toggle->LFSTK_setMouseCallBack(NULL,buttonCB,(void*)"Toggle");
toggle->LFSTK_setMouseMoveCallBack(enterCB,exitCB,USERDATA(0));
toggle->LFSTK_setToggleStyle(TOGGLENORMAL);
//toggle->LFSTK_setStyle(BEVELNONE);
toggle->userData=USERDATA(1);
iconH=apc->globalLib->LFSTK_findThemedIcon("gnome","volume-high","");