Skip to content

surface: don't unset width and height in finalize

Simon Ser requested to merge github/fork/Emantor/fix/state_width_height into master

Created by: Emantor

During surface finalization we may not have received a new buffer, resetting width and height in this case is wrong since we display the old buffer in this case.

Merge request reports