endlessm / eos-photos

Endless photo application
Other
4 stars 3 forks source link

Use window set_sensitive to lock the UI when updating a photo #266

Closed mattdangerw closed 10 years ago

mattdangerw commented 10 years ago

Way back when, calling window.set_sensitive(False) was broken and causing a screen flash. This does not seem to be the case with new Gtk. Using set sensitive means we can avoid a bunch on manual checks in the presenter. Also, UI is no longer reactive when photo is updating, making it more obvious to the user that his clicks won't do anything

rmacqueen commented 10 years ago

CR PASS