lol wrong resize check

This commit is contained in:
Adam D. Ruppe 2016-08-20 14:20:58 -04:00
parent 74a24eb722
commit a24932d385
1 changed files with 1 additions and 1 deletions

View File

@ -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;