wxListCtrl after moving to wx3.1.6

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
User avatar
cutecode
Super wx Problem Solver
Super wx Problem Solver
Posts: 425
Joined: Fri Dec 09, 2016 7:28 am
Contact:

wxListCtrl after moving to wx3.1.6

Post by cutecode »

Debian 9

after moving to wx3.1.6 images in wxListCtrl in icon view look different from wx3.1.4

If image list has size 32x32

Code: Select all

m_imageListNormal = new wxImageList(32, 32, true); 
I have good look
11.png
11.png (15.12 KiB) Viewed 4715 times
but if change it to 32x64

Code: Select all

m_imageListNormal = new wxImageList(32, 64, true); 
I have this
2.png
2.png (32.82 KiB) Viewed 4715 times

On Windows it looks like this
3.png
3.png (13.31 KiB) Viewed 4707 times
Is there any way to change background of pics to background of listCtrl?

thank you
wx 3.1.6 win/mac/linux

regards,
Alexander Saprykin
https://v2.dental-soft.ru
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxListCtrl after moving to wx3.1.6

Post by ONEEYEMAN »

Hi,
What theme is used? What version of GTK/GNOME?

Thank you.
Post Reply