Skip to content

Commit

Permalink
minor patch fix for v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Aug 8, 2019
1 parent 16319e7 commit 1a70acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Qonsole.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ showC:
hs:=getStdoutHandle()
cmd_int_fwidth:=getFontWidth()

winW:=CMD_Width+50

if (WinTenPlus) {
GetConsoleSize(cmd_w_int,t_console_height)
setconsoleSize(cmd_w_int,t_console_height)
Expand All @@ -457,8 +459,6 @@ showC:
cmd_w_fix:=(cmd_w_int*cmd_int_fwidth)
}

winW:=CMD_Width+50

SysGet,tbarH__,4
WinMove,%con%,,,,%winW%,(xC_height+tbarH__)

Expand Down

0 comments on commit 1a70acc

Please sign in to comment.