Fixed|ConsoleWidget: PgUp/Dn will always open the log if isn't currently
PgUp/Dn expands the log to its full height, but before that the log must be opened.
Also added a widget flag in libdeng2 for disabling all event dispatch to a widget. It is now used for the LogWidget when it is closed, so that it doesn't handle events.
Fixed|ConsoleWidget: PgUp/Dn will always open the log if isn't currently
PgUp/Dn expands the log to its full height, but before that the log
must be opened.
Also added a widget flag in libdeng2 for disabling all event dispatch
to a widget. It is now used for the LogWidget when it is closed, so
that it doesn't handle events.