- Timestamp:
- Dec 2, 2007 11:06:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r5830 r5923 1928 1928 AssertReturn (console, false); 1929 1929 AssertReturn ((hidden_children.isEmpty() == aOn), false); 1930 AssertReturn ( aSeamless && mIsSeamless != aOn||1931 !aSeamless && mIsFullscreen != aOn, false);1930 AssertReturn ((aSeamless && mIsSeamless != aOn) || 1931 (!aSeamless && mIsFullscreen != aOn), false); 1932 1932 if (aOn) 1933 AssertReturn ( aSeamless && !mIsFullscreen||1934 !aSeamless && !mIsSeamless, false);1933 AssertReturn ((aSeamless && !mIsFullscreen) || 1934 (!aSeamless && !mIsSeamless), false); 1935 1935 1936 1936 if (aOn)
Note:
See TracChangeset
for help on using the changeset viewer.