projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Generate clipboard events for wxComboBox in wxGTK too.
[wxWidgets.git]
/
samples
/
ownerdrw
/
ownerdrw.cpp
diff --git
a/samples/ownerdrw/ownerdrw.cpp
b/samples/ownerdrw/ownerdrw.cpp
index b15aa9d68c6f01ad88d2aaefa41115b38e4296e4..80a7c2eb7471b26297f9883090d4348b1a913277 100644
(file)
--- a/
samples/ownerdrw/ownerdrw.cpp
+++ b/
samples/ownerdrw/ownerdrw.cpp
@@
-97,8
+97,6
@@
bool OwnerDrawnApp::OnInit(void)
= new OwnerDrawnFrame(NULL, wxT("wxWidgets Ownerdraw Sample"),
50, 50, 450, 340);
- SetTopWindow(pFrame);
-
return true;
}