Addressing issues #185 and #193 (followup)

In the previous commit I forgot to modify the depressed state of the close button, which was causing it to “jump” in and out of states when the mouse button was held down.
This commit is contained in:
EMH-Mark-I 2021-08-06 10:14:28 -05:00
parent 4b29d98df9
commit bfb685f58d

View File

@ -1,17 +1,17 @@
/* XPM */
static char * close_pressed_xpm[] = {
"18 24 7 1",
" c None",
" c #8CB754 s active_color_1",
"+ c #000000 s active_shadow_1",
"& c #FFFFFF s active_hilight_2",
"# c #FFFFFF s active_hilight_1",
"@ c #C0C0C0 s active_mid_1",
". c #FF00FF s active_mid_2",
"S c #808080 s active_shadow_2",
" ",
" ",
" ",
" ",
"##################",
"&&&&&&&&&&&&&&&&&&",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
" ",
" ",
" +++++++++++++++&",
@ -30,5 +30,5 @@ static char * close_pressed_xpm[] = {
" &&&&&&&&&&&&&&&&",
" ",
" ",
" ",
" "};
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@"};