Skip to content

Commit e05a4bd

Browse files
committed
Add a missing toolbar constant
1 parent 8855ece commit e05a4bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolbar.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const (
8787
TB_GETINSERTMARKCOLOR = WM_USER + 89
8888
TB_MAPACCELERATOR = WM_USER + 90
8989
TB_GETSTRING = WM_USER + 91
90+
TB_GETIDEALSIZE = WM_USER + 99
9091
TB_SETCOLORSCHEME = CCM_SETCOLORSCHEME
9192
TB_GETCOLORSCHEME = CCM_GETCOLORSCHEME
9293
TB_SETUNICODEFORMAT = CCM_SETUNICODEFORMAT

0 commit comments

Comments
 (0)