ui: Use window decorations on dialog windows (issue #376)
* added SubWindow flag to QtWindow to either use window decorations or show window within main window * fixes black borders in some Linux window managers bug id = 376 fortune cookie message = Your skill will accomplish what the force of many others cannot.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ cd $MY_PATH/..
|
||||
|
||||
# run target
|
||||
|
||||
if [ "$1" = "release" ] || [ "$1" = "r" ]
|
||||
if [ "$1" = "release" ] || [ "$1" = "r" ] || [ "$1" = "" ]
|
||||
then
|
||||
if [ "$2" = "test" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user