Skip to content

Commit

Permalink
restore tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Mar 20, 2020
1 parent 553bbff commit 659efb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wingui/TooltipCtrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ TooltipCtrl::TooltipCtrl(HWND p) : WindowBase(p) {
dwExStyle = WS_EX_TOPMOST;
dwStyle = WS_POPUP | TTS_NOPREFIX | TTS_ALWAYSTIP;
winClass = TOOLTIPS_CLASS;
// CreateWindow() for tooltip fails if this is not 0
ctrlID = 0;
}

TooltipCtrl::~TooltipCtrl() {
Expand Down

0 comments on commit 659efb0

Please sign in to comment.