]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 25 May 2014 16:46:42 +0000 (16:46 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 25 May 2014 16:46:42 +0000 (16:46 +0000)
MagickCore/widget.c

index cd77001808afef9a4d5ef36b266b36eca0acbe76..3f14ac5cddcef0dfed8575af3f7b938d8c5d9381 100644 (file)
@@ -3202,7 +3202,7 @@ MagickPrivate int XCommandWidget(Display *display,XWindows *windows,
         XDrawBeveledButton(display,&windows->command,&selection_info[i]);
         if (i >= (int) windows->command.data)
           continue;
-        toggle_info.raised=i == id ? MagickTrue : MagickFalse;
+        toggle_info.raised=MagickFalse;
         toggle_info.y=selection_info[i].y+
           (selection_info[i].height >> 1)-(toggle_info.height >> 1);
         XDrawTriangleEast(display,&windows->command,&toggle_info);