]> Git Repo - VerusCoin.git/commitdiff
fix the build (moved code use 'this' instead of 'window')
authorWladimir J. van der Laan <[email protected]>
Wed, 7 Sep 2011 16:16:38 +0000 (18:16 +0200)
committerWladimir J. van der Laan <[email protected]>
Wed, 7 Sep 2011 16:16:38 +0000 (18:16 +0200)
src/qt/bitcoingui.cpp

index 6d8060d179da772fc1a4c404387a38d7b21c2b6a..0c9f778ff608e84a3ed472b0534ed51bee6f48fa 100644 (file)
@@ -164,8 +164,8 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
     // Windows-specific customization
     if (QtWin::isCompositionEnabled())
     {
-        QtWin::extendFrameIntoClientArea(&window);
-        window.setContentsMargins(0, 0, 0, 0);
+        QtWin::extendFrameIntoClientArea(this);
+        setContentsMargins(0, 0, 0, 0);
     }
 #endif
     setWindowComposition();
This page took 0.023299 seconds and 4 git commands to generate.