Bläddra i källkod

Ensure item is updated.

woollybah 6 år sedan
förälder
incheckning
c78463c221
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      win32maxguiex.mod/win32maxguiex.bmx

+ 1 - 0
win32maxguiex.mod/win32maxguiex.bmx

@@ -3271,6 +3271,7 @@ Type TWindowsToolbar Extends TWindowsGadget
 		If state&STATE_SELECTED pressed=$1
 		SendMessageW _hwnd,TB_ENABLEBUTTON,WParam(index+1),enable
 		SendMessageW _hwnd,TB_CHECKBUTTON,WParam(index+1),pressed
+		InvalidateRect _hwnd, Null, False
 	EndMethod
 	
 	Method ListItemState(index)