URL:
  <http://gna.org/bugs/?18846>

                 Summary: [Windows] Fullscreen mode doesn't cover Windows
taskbar
                 Project: MyPaint
            Submitted by: tumagonx
            Submitted on: Tue 25 Oct 2011 09:58:26 AM GMT
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 0.9.1+git
         Planned Release: None
        Operating System: Windows XP

    _______________________________________________________

Details:

When switching to fullscreen mode:
- doesn't cover taskbar area

When taskbar is moved to the side of screen:
- doesn't cover taskbar area
- left a 20 something pixel (titlebar size?) of blank area at the bottom of
screen

This is not related to tablet workaround

this workaround can fix the issue but I test it on XP only
drawwindow.py ~719
...
    def fullscreen_cb(self, *junk):
        if not self.is_fullscreen:
+           self.set_decorated(False)
            self.fullscreen()
        else:
            self.unfullscreen()
+           self.set_decorated(True)
...




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?18846>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to