Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Size and scale fields in GUI #99

Open
therob762 opened this issue Dec 3, 2014 · 2 comments
Open

Size and scale fields in GUI #99

therob762 opened this issue Dec 3, 2014 · 2 comments
Milestone

Comments

@therob762
Copy link
Collaborator

The size and scale fields in the GUI do not update with values set in the loaded .json file.

@bkloppenborg
Copy link
Owner

This should be fairly straightforward to fix. You would need modify the gui_main::on_mdiArea_subWindowActivated() function to query the active widget for its size and scale then update the boxes in the GUI (this->spinModelSize and this->spinModelScale) with the new values.

I should note that in my gui_overhaul branch the window size and scale fields will no longer be displayed on the main window as I haven't found them that useful in my work. I could add this information back in somewhere, but I presently have no intention of doing so unless someone makes a really compelling argument as to how often they use this information.

@bkloppenborg bkloppenborg modified the milestone: v1.1 Dec 5, 2014
@bkloppenborg
Copy link
Owner

Size and scale boxes were removed in b3128c0 thus the proposed fix above is no longer applicable. I think we could modify the CGLWidget to be a stand-alone GUI element which also includes this information below the model region.

@bkloppenborg bkloppenborg modified the milestones: 2.0, v1.1 Jan 1, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants