diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-06 15:05:36 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-06 15:05:36 +0000 |
commit | d1662ca0adae2f9ae8522d1d19d97f04b4e57c2c (patch) | |
tree | 4ea9f54fafb3ed757fc467dcdd2364189670e3d3 /x11-toolkits/qt32/files/qwidget_x11.cpp.diff | |
parent | Improve the description's wording. (diff) |
Repocopy from qt30. Modified to current status.
NOT TO BE USED AS A DEPENDENCY UNTIL AFTER 5.0 RELEASE!!!!
Diffstat (limited to 'x11-toolkits/qt32/files/qwidget_x11.cpp.diff')
-rw-r--r-- | x11-toolkits/qt32/files/qwidget_x11.cpp.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/qt32/files/qwidget_x11.cpp.diff b/x11-toolkits/qt32/files/qwidget_x11.cpp.diff new file mode 100644 index 000000000000..de7fa1e41c6f --- /dev/null +++ b/x11-toolkits/qt32/files/qwidget_x11.cpp.diff @@ -0,0 +1,15 @@ +=================================================================== +RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qwidget_x11.cpp,v +retrieving revision 1.55 +retrieving revision 1.56 +diff -u -p -r1.55 -r1.56 +--- qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 16:46:35 1.55 ++++ qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 17:28:42 1.56 +@@ -1561,7 +1561,6 @@ void QWidget::showMinimized() + else { + topData()->showMode = 1; + show(); +- hideChildren( FALSE ); + } + } else { + show(); |