mirror of https://github.com/buggins/dlangui.git
Fix X11 theme bug.
This commit is contained in:
parent
8614a7cbcc
commit
8e6b6f2410
|
|
@ -2004,6 +2004,7 @@ extern(C) int DLANGUImain(string[] args)
|
|||
X11Platform x11platform = new X11Platform();
|
||||
|
||||
Platform.setInstance(x11platform);
|
||||
Platform.instance.uiTheme = "theme_default";
|
||||
|
||||
int res = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue