mirror of https://github.com/adamdruppe/arsd.git
lol wrong resize check
This commit is contained in:
parent
74a24eb722
commit
a24932d385
|
@ -5200,7 +5200,7 @@ version(X11) {
|
|||
|
||||
|
||||
if (this.resizability == Resizablity.fixedSize ||
|
||||
(opengl == OpenGlOptions.no && this.resizability != Resizablity.fixedSize))
|
||||
(opengl == OpenGlOptions.no && this.resizability != Resizablity.allowResizing))
|
||||
{
|
||||
XSizeHints sh;
|
||||
sh.min_width = width;
|
||||
|
|
Loading…
Reference in New Issue