Several little tweaks and fixes

- Fix scroll wheel in terrain area going beyond section boundaries
- Fix text not being drawn in dialog text fields when first activated
- Fix terrain being painted while scrolling the map to the east (especially with the keypad)
- Fix item or monster palette remaining active while editing outdoors
- When using a large brush, hilite all affected spaces
This commit is contained in:
2015-06-05 23:25:56 -04:00
parent aabfe40b00
commit 9f8e6f88c2
5 changed files with 52 additions and 17 deletions

View File

@@ -232,8 +232,8 @@ void cTextField::draw(){
}
}
undo_clip(*inWindow);
changeMade = false;
}
changeMade = false;
clip_rect(*inWindow, frame);
ip_col = ip_row = -1;
if(haveFocus) {