projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed refresh bug on early versions of MacOS X by
[wxWidgets.git]
/
src
/
motif
/
mdi
/
lib
/
XsComponent.C
diff --git
a/src/motif/mdi/lib/XsComponent.C
b/src/motif/mdi/lib/XsComponent.C
index a09ed87733d3913336f05292783a4b290efe28a8..7ec41d731264965bac4ec79a48d3b23be7573291 100644
(file)
--- a/
src/motif/mdi/lib/XsComponent.C
+++ b/
src/motif/mdi/lib/XsComponent.C
@@
-7,7
+7,7
@@
XsComponent.C
History
XsComponent.C
History
- 03-Mar-96 1.0; Scott W. Sadler (s
ws@iti-oh
.com)
+ 03-Mar-96 1.0; Scott W. Sadler (s
sadler@cisco
.com)
Created
*/
Created
*/
@@
-62,8
+62,8
@@
void XsComponent::show ( )
{
#ifndef NDEBUG
{
#ifndef NDEBUG
- if (XtIsManaged (_base))
- cout << "Re-managing a widget:" << _name << endl;
+
//
if (XtIsManaged (_base))
+
//
cout << "Re-managing a widget:" << _name << endl;
#endif
// Make sure the _destroyHandler was installed
#endif
// Make sure the _destroyHandler was installed
@@
-80,8
+80,8
@@
void XsComponent::hide ( )
{
#ifndef NDEBUG
{
#ifndef NDEBUG
- if (!XtIsManaged (_base))
- cout << "Re-unmanaging a widget:" << _name << endl;
+
//
if (!XtIsManaged (_base))
+
//
cout << "Re-unmanaging a widget:" << _name << endl;
#endif
assert (_base != 0);
#endif
assert (_base != 0);