Update to v098r18 release.

byuu says:

Changelog:
- hiro: fixed the BrowserDialog column resizing when navigating to new
  folders (prevents clipping of filenames)
  - note: this is kind of a quick-fix; but I have a good idea how to do
    the proper fix now
- nall: added BitField<T, Lo, Hi> class
  - note: not yet working on the SFC CPU class; need to go at it with
    a debugger to find out what's happening
- GB: emulated DMG/SGB STAT IRQ bug; fixes Zerd no Densetsu and Road Rash
  (won't fix anything else; don't get hopes up)
This commit is contained in:
Tim Allen
2016-06-07 21:55:03 +10:00
parent 9b452c9f5f
commit b08449215a
8 changed files with 103 additions and 38 deletions

View File

@@ -181,6 +181,7 @@ auto BrowserDialogWindow::setPath(string path) -> void {
}
Application::processEvents();
view->resizeColumns(); //todo: on Windows, adding items may add vertical scrollbar; this hack corrects column width
view.setFocused().doChange();
}