Skip to content

Commit 12e709d

Browse files
authored
Update split_container.cpp
1 parent 2424d5c commit 12e709d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xtd.forms.examples/containers/split_container/src/split_container.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class form1 : public form {
66
text("Split container example");
77
client_size({300, 300});
88

9-
split_container_left.parent(*this);
9+
split_container_left.parent(self_);
1010
split_container_left.dock(dock_style::fill);
1111
split_container_left.panel1().back_color(color::light_blue);
1212
split_container_left.splitter_distance(70);

0 commit comments

Comments
 (0)