mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Add support Wayland
This commit is contained in:
parent
59d18e285c
commit
2d17f7096a
4 changed files with 18 additions and 5 deletions
|
|
@ -41,9 +41,11 @@ ctlListView::ctlListView(wxWindow* p, int id, wxPoint pos, wxSize siz, long attr
|
|||
storelongstring = false;
|
||||
#ifdef __WXGTK__
|
||||
if (id==CTL_STATUSLIST) {
|
||||
SetBackgroundStyle(wxBG_STYLE_TRANSPARENT);
|
||||
//SetBackgroundColour(wxTRANSPARENT);
|
||||
//SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||
if (iswayland) {
|
||||
SetBackgroundColour(wxTRANSPARENT);
|
||||
SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||
} else
|
||||
SetBackgroundStyle(wxBG_STYLE_TRANSPARENT);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue