Commit 7ae922a
committed
Fix InfoBar constructor for wxWidgets 3.3.0 compatibility
Updated the InfoBar constructor to use version-specific initialization based on wxWidgets version. For wxWidgets 3.3.0 and later, the constructor now explicitly passes wxID_ANY and wxBORDER_SIMPLE parameters, while maintaining backward compatibility with earlier versions through conditional compilation.
* Plugin/ai: InfoBar initialization
Generated by CodeLite
Signed-off-by: Eran Ifrah <eran@codelite.org>1 parent f44be05 commit 7ae922a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments