mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-07 12:00:54 +02:00
fix the build (moved code use 'this' instead of 'window')
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user