Hello everyone,
I’m creating a cross-platform application and I need a user to choose a directory. I’m using DirPickerCtrl object with DIRP_USE_TEXTCTRL style flag. On Windows 7 and Centos6 this works fine, but on Centos7 the bottom part of DirPicker is missing. It does not affect funcionality, but looks pretty ugly. I believe it has something to do with GTK3 as it is only on Centos 7, but it’s only an idea of total amateur. Here are the sample images of the overview on different platforms:
The version of wxPython retrieved from wxversion.py is ‘2.8-gtk2-unicode’.
Do you have any idea how to make it look normally?
Thank you