KFM2: refactoring two-panes mode

git-svn-id: svn://kolibrios.org@8946 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-06-26 07:59:13 +00:00
parent 56d8f86244
commit 05b495ef7e
21 changed files with 67 additions and 68 deletions
+1 -1
View File
@@ -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();