Paweł Rojek

Results 3 issues of Paweł Rojek

I accidentally closed my tab with a keyboard shortcut today (while editing draw.io file)... There should be a confirmation dialog when closing tab. Especially, if there are unsaved changes.

App doesn't work for files listed in "Favorites": - there's no menu entry (...) - no file association - icon is missing ![image](https://cloud.githubusercontent.com/assets/20641546/25801724/3d8f5590-33ef-11e7-8984-dd895c5e02c7.png)

bug

Rotation angles were treated as strings. Caused this type cast error: ``` Traceback (most recent call last): File "python3\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "python3\lib\runpy.py", line...