File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ long iResult = SetBaseOptionItem (iItem,
556
556
557
557
if (OptionsTable [iItem].iFlags & OPT_FIX_TOOLTIP_VISIBLE)
558
558
{
559
- for (pos= GetFirstViewPosition ();pos!= NULL ;)
559
+ for (pos = GetFirstViewPosition (); pos != NULL ;)
560
560
{
561
561
CView* pView = GetNextView (pos);
562
562
if (pView->IsKindOf (RUNTIME_CLASS (CMUSHView)))
@@ -570,7 +570,7 @@ long iResult = SetBaseOptionItem (iItem,
570
570
571
571
if (OptionsTable [iItem].iFlags & OPT_FIX_TOOLTIP_START)
572
572
{
573
- for (pos= GetFirstViewPosition ();pos!= NULL ;)
573
+ for (pos = GetFirstViewPosition (); pos != NULL ;)
574
574
{
575
575
CView* pView = GetNextView (pos);
576
576
if (pView->IsKindOf (RUNTIME_CLASS (CMUSHView)))
@@ -580,7 +580,7 @@ long iResult = SetBaseOptionItem (iItem,
580
580
pmyView->m_ToolTip .SendMessage (TTM_SETDELAYTIME, TTDT_INITIAL, Value - 1 ); // zero will be default (-1)
581
581
} // end if
582
582
} // end for
583
- } // end of OPT_FIX_TOOLTIP_VISIBLE
583
+ } // end of OPT_FIX_TOOLTIP_START
584
584
585
585
if (OptionsTable [iItem].iFlags & OPT_USE_MXP)
586
586
{
You can’t perform that action at this time.
0 commit comments