diff options
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index 7fd15cb..c7e1cb1 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.cc,v 1.21 2003/04/16 12:26:21 fluxgen Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.22 2003/04/16 22:15:22 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | #include "ImageControl.hh" | 25 | #include "ImageControl.hh" |
@@ -774,7 +774,7 @@ void FbWinFrame::init() { | |||
774 | m_handle_focused_pm = | 774 | m_handle_focused_pm = |
775 | m_handle_unfocused_pm = 0; | 775 | m_handle_unfocused_pm = 0; |
776 | m_grip_unfocused_pm = m_grip_focused_pm = 0; | 776 | m_grip_unfocused_pm = m_grip_focused_pm = 0; |
777 | 777 | m_clientarea.setBorderWidth(0); | |
778 | m_shaded = false; | 778 | m_shaded = false; |
779 | m_label.show(); | 779 | m_label.show(); |
780 | 780 | ||