rdnelson / Libra

An 8086 emulator with a focus on educational features.
Other
13 stars 4 forks source link

File Load Dialog should save state #148

Closed hasithvm closed 11 years ago

hasithvm commented 11 years ago

When showing the file load dialog, Libra does not remember state, and defaults the initial directory to the application directory.

Steps

  1. Click on File->Load Object File
  2. Observe the file dialog

Expected Behavior The initial directory should either be the last-used directory, or the user's home directory.

Current Behavior The file dialog initializes in the application directory.

It's a minor quibble, but it makes Libra seem unpolished. Low priority fix.