2
0
woollybah 6 жил өмнө
parent
commit
c78463c221

+ 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)