this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

vxfw: add assertion comment

+1 -1
+1 -1
src/vxfw/App.zig
··· 511 511 512 512 // We assert that the focused widget *must* be in the widget tree. There is certianly a 513 513 // logic bug in the code somewhere if this is not the case 514 - assert(has_focus); 514 + assert(has_focus); // Focused widget not found in Surface tree 515 515 if (!self.root.eql(surface.widget)) { 516 516 // If the root of surface is not the initial widget, we append the initial widget 517 517 try self.path_to_focused.append(self.root);