Skip to content

Wrong changes in of_calculatemicrohelpheight of pfc_n_cst_winsrv_statusbar #37

Description

@TABUllrich

Someone added an ELSE branche here:
// Allow for the extra spacing on Win3x GUI.
If ls_os = 'windows3x' Then
li_microhelpheight = li_microhelpheight - ii_microhelpwin3xsubtractvalue
ElseIf ls_os = 'windowsnt3x' Then
li_microhelpheight = li_microhelpheight - ii_microhelpwinnt3xsubtractvalue
Else
//Default
li_microhelpheight = li_microhelpheight - ii_microhelpwinnt3xsubtractvalue
End If

This is wrong. There must no change of li_microhelpheight here!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions