put help button on the left is and only if it's Mac or Win10 laf

This commit is contained in:
Konstantin Bulenkov
2016-07-04 22:38:41 +02:00
parent c4e031dfcd
commit f87f94908f
@@ -434,7 +434,7 @@ public abstract class DialogWrapper {
}
protected static boolean isMoveHelpButtonLeft() {
return UIUtil.isUnderAquaBasedLookAndFeel() || SystemInfo.isWindows && Registry.is("ide.intellij.laf.win10.ui");
return UIUtil.isUnderAquaBasedLookAndFeel() || (SystemInfo.isWindows && Registry.is("ide.intellij.laf.win10.ui"));
}
/**