Kaydet (Commit) cc4a4dac authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3: flat menus and can draw widgets at any size, etc

Change-Id: I02c09223048354c61ff84f9c4bcc01bdd4c11beb
üst a199cad8
......@@ -1498,7 +1498,10 @@ static GtkWidget* gDumbContainer;
void GtkData::initNWF()
{
ImplSVData* pSVData = ImplGetSVData();
pSVData->maNWFData.mbFlatMenu = true;
pSVData->maNWFData.mbCheckBoxNeedsErase = true;
pSVData->maNWFData.mbCanDrawWidgetAnySize = true;
pSVData->maNWFData.mbDDListBoxNoTextArea = true;
}
void GtkData::deInitNWF()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment