I'm using Metabox plugin v4.7.2 and there's an isuse concerning this function around line 62:
public function set_saved( RW_Meta_Box $obj )
{
self::$saved = $obj->is_saved();
}
When I update to 4.7.3 everything seems OK. Just wanna notify you about this issue. 🙂