Skip to content

Commit c44e835

Browse files
committed
bugfix for GCombo incorrect width
1 parent 9c37fd0 commit c44e835

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/fullappdemo.xex

6 Bytes
Binary file not shown.

src/a8libgadg.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ function GCombo(bN, x, y, bE, bI, bS: Byte; pS: TStringArray): Byte;
649649
if not bM then
650650
begin
651651
// calculating position based on parent window
652-
bZ:=WOpen(baW.bX[bN] + x - 1, baW.bY[bN] + y + 1, bA, bS + 2, WOFF);
652+
bZ:=WOpen(baW.bX[bN] + x - 1, baW.bY[bN] + y + 1, bL + 2, bS + 2, WOFF);
653653

654654
bC:=MenuV(bZ, 1, 1, WON, bC, bS, pS);
655655
WClose(bZ);

0 commit comments

Comments
 (0)