Use the generic implementation of wxPalette under wxQt

Until now, wxPalette under wxQt was just a dummy implementation
Let's turn to the generic one which works perfectly under wxQt too.
This commit is contained in:
ali kettab 2023-10-13 18:05:47 +01:00
parent ec1763d3a9
commit 4faf201a08
7 changed files with 29 additions and 110 deletions

View file

@ -233,6 +233,7 @@ QT_HDR =
wx/generic/fontpickerg.h
wx/generic/icon.h
wx/generic/imaglist.h
wx/generic/paletteg.h
wx/generic/prntdlgg.h
wx/qt/accel.h
wx/qt/anybutton.h
@ -283,7 +284,6 @@ QT_HDR =
wx/qt/msgdlg.h
wx/qt/nonownedwnd.h
wx/qt/notebook.h
wx/qt/palette.h
wx/qt/pen.h
wx/qt/popupwin.h
wx/qt/printdlg.h
@ -322,6 +322,7 @@ QT_SRC=
src/generic/fontpickerg.cpp
src/generic/icon.cpp
src/generic/imaglist.cpp
src/generic/paletteg.cpp
src/generic/prntdlgg.cpp
src/generic/textmeasure.cpp
src/qt/accel.cpp
@ -375,7 +376,6 @@ QT_SRC=
src/qt/msgdlg.cpp
src/qt/nonownedwnd.cpp
src/qt/notebook.cpp
src/qt/palette.cpp
src/qt/pen.cpp
src/qt/popupwin.cpp
src/qt/printdlg.cpp