Explorar o código

Ensure item is updated.

woollybah %!s(int64=6) %!d(string=hai) anos
pai
achega
c78463c221
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)