Bug #619
GTK backend serialization should support multi monitor mode
Status: | Approved | Start date: | 12/29/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CtrlCore | Spent time: | - | |
Target version: | - |
Description
We need to replace one line of code(CtrlCore/GtkTop - line 243):
Rect limit = GetWorkArea();
with
Rect limit = GetVirtualWorkArea();
History
#1 Updated by Zbigniew Rebacz over 11 years ago
- Category changed from U++/gtk to CtrlCore
#2 Updated by Zbigniew Rebacz over 11 years ago
- Status changed from Patch ready to In Progress
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz
For some reason IDE can crash after this patch...
#3 Updated by Zbigniew Rebacz about 11 years ago
- Status changed from In Progress to Patch ready
- Assignee changed from Zbigniew Rebacz to Miroslav Fidler
For me, this patch is OK. Now, X11 and Windows version are using "GetVirtualWorkArea()" in this certain place.
#4 Updated by Miroslav Fidler about 11 years ago
- Status changed from Patch ready to Approved