Hi Niklas,

Am Freitag, 20. Mai 2016 21:46:02 UTC+2 schrieb Niklas Mischkulnig:
>
> The sole error after updating to wxWidgets 3.1 is that the flag 
> wxFIXED_MINSIZE doesn't exist anymore (
> http://docs.wxwidgets.org/trunk/classwx_sizer.html).
>

Fixed in repository. 

>
> If I simply remove it, the text "Images are connected by * control points" 
> doesn't get a linebreak but runs off the window; 
>
I have not yet a good idea. Maybe the disabling auto resizing of the 
wxStaticBox helps (done in repository). Otherwise this is specific to 
wxMac, because here I get correctly line breaks with wxWidgets 3.1.
(You could try the widgets samples in wxWidgets if the linebreaks works 
here. So we can check if this is a wxWidgets issue or a issue in Hugin.)
 

> the warning about changing to another project has stripes and 
>
Seems to be a change of formatting/drawing of wxInfoBar in wxWidgets 3.1
 

> the background next to the area with the pano-preview is white instead of 
> grey.
>
We are using wxSystemSettings::GetColour() to retrieve the color from the 
system (src/hugin1/hugin/GLViewer.cpp, line 389)
wxColour col = wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE);
AFAIR the color settings for Mac OS changed in wxWidgets 3.1 (see 
http://trac.wxwidgets.org/ticket/17141 )
Propose another enum value which is more suitable for Mac OS (from 
http://docs.wxwidgets.org/3.1.0/settings_8h.html#a44ad26cbd8d579d1b7eff7015c8bd24b
 
)

Thomas

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/84428695-ddc4-4274-bfc3-a70f9255a651%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to