projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed include paths to our copies of 3rd party libs
[wxWidgets.git]
/
src
/
msw
/
dialog.cpp
diff --git
a/src/msw/dialog.cpp
b/src/msw/dialog.cpp
index c18d2227983278cdfc4da85ca4b7e91833047e10..44b80d4354605df84e1d7db826477ed11c27c98a 100644
(file)
--- a/
src/msw/dialog.cpp
+++ b/
src/msw/dialog.cpp
@@
-339,6
+339,11
@@
bool wxDialog::Show(bool show)
return TRUE;
}
+void wxDialog::Raise()
+{
+ ::SetForegroundWindow(GetHwnd());
+}
+
// a special version for Show(TRUE) for modal dialogs which returns return code
int wxDialog::ShowModal()
{