Thanks for patch.
Commited to hg repository.
** Changed in: hugin
Status: New => Fix Released
--
You received this bug notification because you are a member of Hugin Bug
Hunters, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/684634
Title:
Double messagebox running celeste from images panel
Status in Hugin - Panorama Tools GUI:
Fix Released
Bug description:
I'm running Hugin 2010.4.beta1 on winxp
Clicking celeste button from images panel I get 2 messagebox "Removed xx
control points", the first reports the correct number of cp removed, the secon
always reports 0 cp removed.
To fix it simply remove line 1095 in ImagesPanel.cpp
wxMessageBox(wxString::Format(_("Removed %u control points"),
total_removed), _("Celeste result"),wxOK|wxICON_INFORMATION,this);
Also line 1017 can be removed ( variable total_removed is initialized at 0 and
never used )
_______________________________________________
Mailing list: https://launchpad.net/~hugin-bug-hunters
Post to : [email protected]
Unsubscribe : https://launchpad.net/~hugin-bug-hunters
More help : https://help.launchpad.net/ListHelp