Fix hasFastMode and combine stages

This commit is contained in:
Jesse Boyd 2016-06-17 16:38:29 +10:00
parent 97a0126fd1
commit 3bab344656

View File

@ -547,7 +547,7 @@ public class EditSession implements Extent {
* @return true if enabled
*/
public boolean hasFastMode() {
return history == null;
return getChangeSet() == null;
}
/**