diff options
author | Dan Gudmundsson <[email protected]> | 2010-08-19 13:04:34 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2010-08-19 13:04:34 +0200 |
commit | 712bd181385967cb23bd421a24c74160cfda23cc (patch) | |
tree | 93e1daf4c316e018265fe9da56bb3a31e04ffe4e /lib/wx/test/wx_class_SUITE.erl | |
parent | 4961daa3b35822ae4221209f72767aabad113368 (diff) | |
download | otp-712bd181385967cb23bd421a24c74160cfda23cc.tar.gz otp-712bd181385967cb23bd421a24c74160cfda23cc.tar.bz2 otp-712bd181385967cb23bd421a24c74160cfda23cc.zip |
Added missing wxTextCtrl:editLabel/2.
Reported by akorosmezey.
Diffstat (limited to 'lib/wx/test/wx_class_SUITE.erl')
-rw-r--r-- | lib/wx/test/wx_class_SUITE.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/wx/test/wx_class_SUITE.erl b/lib/wx/test/wx_class_SUITE.erl index 76df6e4a23..6f43247d74 100644 --- a/lib/wx/test/wx_class_SUITE.erl +++ b/lib/wx/test/wx_class_SUITE.erl @@ -137,6 +137,9 @@ treeCtrl(Config) -> wxFrame:connect(Tree, command_tree_item_expanded), wxFrame:connect(Tree, command_tree_item_collapsed), wxFrame:connect(Frame, close_window), + + wxTreeCtrl:editLabel(Tree, Root), + wx_test_lib:wx_destroy(Frame,Config). |