forked from KolibriOS/kolibrios
KFM2: refactoring two-panes mode
git-svn-id: svn://kolibrios.org@8946 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -254,7 +254,7 @@ void DrawPlayList()
|
||||
void draw_window() {
|
||||
GetProcessInfo(#Form, SelfInfo);
|
||||
DrawTopPanel();
|
||||
IF (Form.status_window>=2) return;
|
||||
IF (Form.status_window&ROLLED_UP) return;
|
||||
if (window_mode == WINDOW_MODE_NORMAL)
|
||||
{
|
||||
DrawPlayList();
|
||||
|
||||
Reference in New Issue
Block a user