Add is_active_in_column

Add missing ```

Fix tests
This commit is contained in:
TheZoq2
2024-04-22 22:51:52 +02:00
committed by Ivan Molodetskikh
parent 6d9cfe2882
commit 47a8e75fd5
7 changed files with 52 additions and 3 deletions
+2
View File
@@ -213,6 +213,8 @@ impl LayoutElement for TestWindow {
fn set_activated(&mut self, _active: bool) {}
fn set_active_in_column(&mut self, _active: bool) {}
fn set_bounds(&self, _bounds: Size<i32, Logical>) {}
fn send_pending_configure(&mut self) {}