mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixing way how tray icon window is drawn. This required changing a bit of code here
This commit is contained in:
@@ -19,6 +19,7 @@ class Tray : public Fl_Group {
|
||||
private:
|
||||
Atom opcode, message_data;
|
||||
WinList win_list;
|
||||
void distribute_children(void);
|
||||
public:
|
||||
Tray();
|
||||
~Tray();
|
||||
|
||||
Reference in New Issue
Block a user