mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 15:27:57 +00:00
version 0.3.1 release
This commit is contained in:
parent
05708fc63e
commit
8e79c64750
6
ui.cpp
6
ui.cpp
@ -375,6 +375,9 @@ void CMainFrame::OnIconize(wxIconizeEvent& event)
|
|||||||
// to get rid of the deprecated warning. Just ignore it.
|
// to get rid of the deprecated warning. Just ignore it.
|
||||||
if (!event.Iconized())
|
if (!event.Iconized())
|
||||||
fClosedToTray = false;
|
fClosedToTray = false;
|
||||||
|
#ifdef __WXGTK__
|
||||||
|
if (mapArgs.count("-minimizetotray")) {
|
||||||
|
#endif
|
||||||
// The tray icon sometimes disappears on ubuntu karmic
|
// The tray icon sometimes disappears on ubuntu karmic
|
||||||
// Hiding the taskbar button doesn't work cleanly on ubuntu lucid
|
// Hiding the taskbar button doesn't work cleanly on ubuntu lucid
|
||||||
// Reports of CPU peg on 64-bit linux
|
// Reports of CPU peg on 64-bit linux
|
||||||
@ -382,6 +385,9 @@ void CMainFrame::OnIconize(wxIconizeEvent& event)
|
|||||||
fClosedToTray = true;
|
fClosedToTray = true;
|
||||||
Show(!fClosedToTray);
|
Show(!fClosedToTray);
|
||||||
ptaskbaricon->Show(fMinimizeToTray || fClosedToTray);
|
ptaskbaricon->Show(fMinimizeToTray || fClosedToTray);
|
||||||
|
#ifdef __WXGTK__
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMainFrame::OnMouseEvents(wxMouseEvent& event)
|
void CMainFrame::OnMouseEvents(wxMouseEvent& event)
|
||||||
|
Loading…
Reference in New Issue
Block a user