Skip to content

Commit

Permalink
merge branch 'development' into MUSHclient
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Apr 4, 2018
2 parents 4296bd1 + 5f08721 commit 3162f3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MUSHclient/AardwolfPackageChanges.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Aardwolf Client Package Major Changes List

r1983 snapshot
- bug fix: This should prevent an error message from the mapper during resetaard calls.

r1982 snapshot
- bug fix: The #sub/#gag plugin will politely decline invalid patterns instead of entering an endless cycle of errors.

Expand Down
2 changes: 1 addition & 1 deletion MUSHclient/lua/aardmapper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function reset_pos()
config.WINDOW.width = default_width
config.WINDOW.height = default_height
WindowPosition(win, default_x, default_y, 0, 18)
WindowResize(win, default_width, default_height, config.BACKGROUND_COLOUR.colour)
WindowResize(win, default_width, default_height, BACKGROUND_COLOUR.colour)
Repaint() -- hack because WindowPosition doesn't immediately update coordinates
end

Expand Down

0 comments on commit 3162f3e

Please sign in to comment.