TallFurryMan / kstars

Desktop Planetarium
GNU General Public License v2.0
0 stars 0 forks source link

Changing target and clicking save doesn't update target #15

Closed TallFurryMan closed 6 years ago

TallFurryMan commented 6 years ago

Signal causing setDirty to be called is on EditFinished, and apparently clicking the button directly doesn't trigger the event. Also, RA/DEC fields don't trigger events neither, perhaps because they are updated programmatically. Need to add a call to setDirty when search dialog finishes successfully.

TallFurryMan commented 6 years ago

Target issue fixed by https://phabricator.kde.org/D14586 RA/DEC issue fixed by https://phabricator.kde.org/D14679