Design flaw! Please fix for 13.2.2! |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 08 January 2010 at 11:57am |
Since there is no "SetDockContext" function, we have to do this ugly trick:
CMyToolBar::CMyToolBar()
{ SAFE_DELETE(m_pDockContext); m_pDockContext = new CMyDockContext(this); } |
|
PokerMemento - http://www.pokermemento.com/
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Also, I think it makes sense to send an event to the main window when tracking starts/stops. What do you think Oleg?
|
|
PokerMemento - http://www.pokermemento.com/
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |