<div dir="ltr"><div>I am unable to reproduce this problem, could you give us more details?<br><br></div>B<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 7, 2016 at 7:51 AM, Paweł Goliński <span dir="ltr"><<a href="mailto:golpaw1@gmail.com" target="_blank">golpaw1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When user tried to move toolbar, VLMC crashed with<br>
segmentation fault. This patch made toolbar unmovable,<br>
which solves the problem.<br>
---<br>
src/Gui/ui/MainWindow.ui | 31 ++++++++++++++++++++-----------<br>
1 file changed, 20 insertions(+), 11 deletions(-)<br>
<br>
diff --git a/src/Gui/ui/MainWindow.ui b/src/Gui/ui/MainWindow.ui<br>
index 4640741..c8f1465 100644<br>
--- a/src/Gui/ui/MainWindow.ui<br>
+++ b/src/Gui/ui/MainWindow.ui<br>
@@ -27,7 +27,7 @@<br>
<x>0</x><br>
<y>0</y><br>
<width>800</width><br>
- <height>17</height><br>
+ <height>22</height><br>
</rect><br>
</property><br>
<widget class="QMenu" name="menuEdit"><br>
@@ -99,6 +99,15 @@<br>
<property name="windowTitle"><br>
<string>VLMC Toolbar</string><br>
</property><br>
+ <property name="movable"><br>
+ <bool>false</bool><br>
+ </property><br>
+ <property name="allowedAreas"><br>
+ <set>Qt::TopToolBarArea</set><br>
+ </property><br>
+ <property name="floatable"><br>
+ <bool>false</bool><br>
+ </property><br>
<attribute name="toolBarArea"><br>
<enum>TopToolBarArea</enum><br>
</attribute><br>
@@ -151,7 +160,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Project Preferences</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionPreview"><br>
<property name="checkable"><br>
@@ -189,7 +198,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Makes VLMC Fullscreen</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionRender"><br>
<property name="icon"><br>
@@ -216,7 +225,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Loads a VLMC Project</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionSave"><br>
<property name="icon"><br>
@@ -228,7 +237,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Saves a VLMC Project</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionImport"><br>
<property name="icon"><br>
@@ -252,7 +261,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Project Preferences</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionSave_As"><br>
<property name="icon"><br>
@@ -264,7 +273,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Save a VLMC project as a different name</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionClose_Project"><br>
<property name="icon"><br>
@@ -276,7 +285,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Closes a VLMC project</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionCrash"><br>
<property name="text"><br>
@@ -293,7 +302,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Undoes the previous action</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionRedo"><br>
<property name="icon"><br>
@@ -305,7 +314,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Redoes the previous action</string><br>
- </property><br>
+ </property><br>
</action><br>
<action name="actionShare_On_Internet"><br>
<property name="icon"><br>
@@ -362,7 +371,7 @@<br>
</property><br>
<property name="statusTip"><br>
<string>Use the Scissor Tool to cut regions in the timeline</string><br>
- </property><br>
+ </property><br>
</action><br>
</widget><br>
<resources><br>
<span class="HOEnZb"><font color="#888888">--<br>
2.5.4 (Apple Git-61)<br>
_______________________________________________<br>
Vlmc-devel mailing list<br>
<a href="mailto:Vlmc-devel@videolan.org">Vlmc-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/vlmc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlmc-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><a href="https://footrr.com/7131.html" target="_blank"><img src="https://footrr.com/7131.png" alt=" This is my Footrr"></a><br></div></div>
</div>