Skip to content

Commit d2b627f

Browse files
authored
Update cmfctoolbar-class.md
Tightened up the text a bit and added code escape for TRUE
1 parent 586a71b commit d2b627f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/mfc/reference/cmfctoolbar-class.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3579,8 +3579,7 @@ This method repositions buttons within the toolbar, wrapping buttons to addition
35793579
## <a name="m_bdontscaleimages"></a> `CMFCToolBar::m_bDontScaleImages`
35803580
35813581
Specifies whether or not to scale toolbar images in high DPI mode.
3582-
Prevents image scaling when image sizes don't match button sizes.
3583-
Set this member to TRUE, when you wish to prevent automatic image scaling if image sizes don't match button sizes.
3582+
Set to `TRUE` to prevent image scaling when an image size doesn't match a button size.
35843583
35853584
```
35863585
AFX_IMPORT_DATA static BOOL m_bDontScaleImages;

0 commit comments

Comments
 (0)