mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now.
This commit is contained in:
parent
19765903dc
commit
7271c7ff35
6 changed files with 30 additions and 47 deletions
2
net.cpp
2
net.cpp
|
|
@ -1032,7 +1032,7 @@ void ThreadMessageHandler2(void* parg)
|
|||
{
|
||||
printf("ThreadMessageHandler started\n");
|
||||
SetThreadPriority(THREAD_PRIORITY_BELOW_NORMAL);
|
||||
loop
|
||||
while (!fShutdown)
|
||||
{
|
||||
// Poll the connected nodes for messages
|
||||
vector<CNode*> vNodesCopy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue