fix the build (moved code use 'this' instead of 'window')

pull/2/merge
Wladimir J. van der Laan 13 years ago
parent 94723e27ad
commit f077d1ad62

@ -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();

Loading…
Cancel
Save