We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating system:
Win10 Linux : Ubuntu22.04
wxPython version & source: 4.2.0 version
Python version & source: 3.11.5 64-bit
Description of the problem: self.mainframe_data_view.SetRowHeight(35) SetRowHeight() set specific row height that works in windows ,but not in linux
The text was updated successfully, but these errors were encountered:
I get the same result using wxPython 4.2.2 gtk3 (phoenix) wxWidgets 3.2.6 + Python 3.12.3 + Linux Mint 22.
It does work using wxPython 4.2.2 osx-cocoa (phoenix) wxWidgets 3.2.6 + Python 3.12.6 + macOS Sequoia 15.1
SetRowHeight() was mentioned in the following issue on wxWidgets: wxWidgets/wxWidgets#24227
SetRowHeight()
Sorry, something went wrong.
No branches or pull requests
Operating system:
Win10
Linux : Ubuntu22.04
wxPython version & source:
4.2.0 version
Python version & source:
3.11.5 64-bit
Description of the problem:
self.mainframe_data_view.SetRowHeight(35)
SetRowHeight() set specific row height that works in windows ,but not in linux
The text was updated successfully, but these errors were encountered: