mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 19:41:15 +00:00
Image scaling on tinygui was broken, this has been fixed.
(Spotted on the forum by allonby.)
This commit is contained in:
parent
e8c6140d50
commit
f67b16a847
@ -86,7 +86,7 @@ if DUMMYLOCALES
|
||||
true
|
||||
endif
|
||||
if TINYGUI
|
||||
(cd $(top_srcdir) && find data/core/images data/campaigns images \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy-tinygui.png' -print \) ) | while read p; do \
|
||||
(cd $(top_srcdir) && find data/core/images data/campaigns images \( $(findfilterflags) -a -name '*.png' -and -not -name 'bar-energy-tinygui.png' -print \) ) | while read p; do \
|
||||
$(w_preparefileinstall) \
|
||||
eval `identify $$d$$p | cut -f 3 -d ' ' | sed s/^/imagewidth=/ | sed s/x/\;imageheight=/` ;\
|
||||
case $${imagewidth}x$$imageheight in \
|
||||
|
@ -53,6 +53,7 @@ Version 1.3.14+svn:
|
||||
the game with an assertion error (bug #10876)
|
||||
* various bug fixes and code cleanups
|
||||
* added some extra headers for the upcoming gcc 4.3 (debian bug #462708)
|
||||
* image scaling on tinygui was broken, this has been fixed
|
||||
|
||||
Version 1.3.14:
|
||||
* campaigns:
|
||||
|
Loading…
x
Reference in New Issue
Block a user